#A66E47

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

Shades of Bourbon #A66E47

Tints of Bourbon #A66E47

Color information

#A66E47 (or 0xA66E47) is unknown color: approx Bourbon. HEX triplet: A6, 6E and 47. RGB value is (166,110,71). Sum of RGB (Red+Green+Blue) = 166+110+71=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66E47 is #5991B8. Grayscale: #7A7A7A. Windows color (decimal): -5870009 or 4681382. OLE color: 4681382.

HSL color Cylindrical-coordinate representation of color #A66E47: hue angle of 24.63º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A66E47 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB16611071-
CMYK00.340.570.35
HSL24.63º40.08%46.47%-
HSV(B)24.63º57.23%65.1%-
XYZ22.4419.718.58-
YUV122.399.05159.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.84%
GREEN value IS 110 (43.36% from 255) = 31.70%
BLUE value IS 71 (28.12% from 255) = 20.46%
R=47.84%
G=31.70%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661107100.340.570.3524.6340.0846.47
HexA66E47022392319282e
Octal2461561070427143315056
Binary1010011011011101000111010001011100110001111001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66E47; }

 p { color: rgb(166,110,71); }

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

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

 a { background-color: rgb(166,110,71); }

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

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

 span { border-color: rgb(166,110,71); }

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