#AE653A

Color #AE653A Bourbon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bourbon #AE653A

Tints of Bourbon #AE653A

Color information

#AE653A (or 0xAE653A) is unknown color: approx Bourbon. HEX triplet: AE, 65 and 3A. RGB value is (174,101,58). Sum of RGB (Red+Green+Blue) = 174+101+58=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE653A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE653A is #519AC5. Grayscale: #767676. Windows color (decimal): -5348038 or 3827118. OLE color: 3827118.

HSL color Cylindrical-coordinate representation of color #AE653A: hue angle of 22.24º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE653A is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB17410158-
CMYK00.420.670.32
HSL22.24º50%45.49%-
HSV(B)22.24º66.67%68.24%-
XYZ22.8718.616.39-
YUV117.9294.18168-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 52.25%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 58 (23.05% from 255) = 17.42%
R=52.25%
G=30.33%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741015800.420.670.3222.245045.49
HexAE653A02A432016322d
Octal2561457205210340266255
Binary1010111011001011110100101010100001110000010110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE653A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE653A; }

 p { color: rgb(174,101,58); }

 H1.HeaderClassName
 {
   color: #AE653A;
 }
 .AnyTagClassName
 {
   color: #AE653A;
 }
</style>
background-color css

<style>
 a { background-color: #AE653A; }

 a { background-color: rgb(174,101,58); }

 div.DivClassName
 {
   background-color: #AE653A;
 }
 .BgClassName
 {
   background-color: #AE653A;
 }
</style>
border-color css

<style>
 span { border-color: #AE653A; }

 span { border-color: rgb(174,101,58); }

 td.TdClassName
 {
   border-color: #AE653A;
 }
 .TagClassName
 {
   border-color: #AE653A;
 }
</style>