#A66F47

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

Shades of Bourbon #A66F47

Tints of Bourbon #A66F47

Color information

#A66F47 (or 0xA66F47) is unknown color: approx Bourbon. HEX triplet: A6, 6F and 47. RGB value is (166,111,71). Sum of RGB (Red+Green+Blue) = 166+111+71=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66F47 is #5990B8. Grayscale: #7B7B7B. Windows color (decimal): -5869753 or 4681638. OLE color: 4681638.

HSL color Cylindrical-coordinate representation of color #A66F47: hue angle of 25.26º 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 #A66F47 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB16611171-
CMYK00.330.570.35
HSL25.26º40.08%46.47%-
HSV(B)25.26º57.23%65.1%-
XYZ22.5519.938.62-
YUV122.8898.72158.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.70%
GREEN value IS 111 (43.75% from 255) = 31.90%
BLUE value IS 71 (28.12% from 255) = 20.40%
R=47.70%
G=31.90%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661117100.330.570.3525.2640.0846.47
HexA66F47021392319282e
Octal2461571070417143315056
Binary1010011011011111000111010000111100110001111001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F47; }

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

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

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

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

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

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

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

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