#AE6942

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

Shades of Bourbon #AE6942

Tints of Bourbon #AE6942

Color information

#AE6942 (or 0xAE6942) is unknown color: approx Bourbon. HEX triplet: AE, 69 and 42. RGB value is (174,105,66). Sum of RGB (Red+Green+Blue) = 174+105+66=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6942 is #5196BD. Grayscale: #797979. Windows color (decimal): -5347006 or 4352430. OLE color: 4352430.

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

Color convert

RGB17410566-
CMYK00.400.620.32
HSL21.67º45%47.06%-
HSV(B)21.67º62.07%68.24%-
XYZ23.4919.57.68-
YUV121.1896.86165.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.43%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 66 (26.17% from 255) = 19.13%
R=50.43%
G=30.43%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741056600.400.620.3221.674547.06
HexAE69420283E20162d2f
Octal2561511020507640265557
Binary1010111011010011000010010100011111010000010110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6942; }

 p { color: rgb(174,105,66); }

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

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

 a { background-color: rgb(174,105,66); }

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

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

 span { border-color: rgb(174,105,66); }

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