#A66A42

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

Shades of Bourbon #A66A42

Tints of Bourbon #A66A42

Color information

#A66A42 (or 0xA66A42) is unknown color: approx Bourbon. HEX triplet: A6, 6A and 42. RGB value is (166,106,66). Sum of RGB (Red+Green+Blue) = 166+106+66=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66A42 is #5995BD. Grayscale: #777777. Windows color (decimal): -5871038 or 4352678. OLE color: 4352678.

HSL color Cylindrical-coordinate representation of color #A66A42: hue angle of 24º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A66A42 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB16610666-
CMYK00.360.600.35
HSL24º43.1%45.49%-
HSV(B)24º60.24%65.1%-
XYZ21.8618.817.63-
YUV119.3897.88161.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.11%
GREEN value IS 106 (41.80% from 255) = 31.36%
BLUE value IS 66 (26.17% from 255) = 19.53%
R=49.11%
G=31.36%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661066600.360.600.352443.145.49
HexA66A420243C23182b2d
Octal2461521020447443305355
Binary1010011011010101000010010010011110010001111000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66A42; }

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

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

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

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

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

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

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

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