#AE6A42

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

Shades of Bourbon #AE6A42

Tints of Bourbon #AE6A42

Color information

#AE6A42 (or 0xAE6A42) is unknown color: approx Bourbon. HEX triplet: AE, 6A and 42. RGB value is (174,106,66). Sum of RGB (Red+Green+Blue) = 174+106+66=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6A42 is #5195BD. Grayscale: #7A7A7A. Windows color (decimal): -5346750 or 4352686. OLE color: 4352686.

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

Color convert

RGB17410666-
CMYK00.390.620.32
HSL22.22º45%47.06%-
HSV(B)22.22º62.07%68.24%-
XYZ23.5919.77.71-
YUV121.7796.53165.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.29%
GREEN value IS 106 (41.80% from 255) = 30.64%
BLUE value IS 66 (26.17% from 255) = 19.08%
R=50.29%
G=30.64%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741066600.390.620.3222.224547.06
HexAE6A420273E20162d2f
Octal2561521020477640265557
Binary1010111011010101000010010011111111010000010110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A42; }

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

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

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

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

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

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

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

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