#AE7942

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

Shades of Bourbon #AE7942

Tints of Bourbon #AE7942

Color information

#AE7942 (or 0xAE7942) is unknown color: approx Bourbon. HEX triplet: AE, 79 and 42. RGB value is (174,121,66). Sum of RGB (Red+Green+Blue) = 174+121+66=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7942 is #5186BD. Grayscale: #828282. Windows color (decimal): -5342910 or 4356526. OLE color: 4356526.

HSL color Cylindrical-coordinate representation of color #AE7942: hue angle of 30.56º 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 #AE7942 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB17412166-
CMYK00.300.620.32
HSL30.56º45%47.06%-
HSV(B)30.56º62.07%68.24%-
XYZ25.2823.078.27-
YUV130.5891.56158.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.20%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 66 (26.17% from 255) = 18.28%
R=48.20%
G=33.52%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741216600.300.620.3230.564547.06
HexAE794201E3E201f2d2f
Octal2561711020367640375557
Binary101011101111001100001001111011111010000011111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7942; }

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

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

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

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

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

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

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

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