#AE6A3B

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

Shades of Bourbon #AE6A3B

Tints of Bourbon #AE6A3B

Color information

#AE6A3B (or 0xAE6A3B) is unknown color: approx Bourbon. HEX triplet: AE, 6A and 3B. RGB value is (174,106,59). Sum of RGB (Red+Green+Blue) = 174+106+59=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6A3B is #5195C4. Grayscale: #797979. Windows color (decimal): -5346757 or 3893934. OLE color: 3893934.

HSL color Cylindrical-coordinate representation of color #AE6A3B: hue angle of 24.52º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE6A3B is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB17410659-
CMYK00.390.660.32
HSL24.52º49.36%45.69%-
HSV(B)24.52º66.09%68.24%-
XYZ23.419.626.69-
YUV120.9793.03165.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.33%
GREEN value IS 106 (41.80% from 255) = 31.27%
BLUE value IS 59 (23.44% from 255) = 17.40%
R=51.33%
G=31.27%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741065900.390.660.3224.5249.3645.69
HexAE6A3B027422019312e
Octal2561527304710240316156
Binary1010111011010101110110100111100001010000011001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A3B; }

 p { color: rgb(174,106,59); }

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

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

 a { background-color: rgb(174,106,59); }

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

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

 span { border-color: rgb(174,106,59); }

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