#A66F46

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

Shades of Bourbon #A66F46

Tints of Bourbon #A66F46

Color information

#A66F46 (or 0xA66F46) is unknown color: approx Bourbon. HEX triplet: A6, 6F and 46. RGB value is (166,111,70). Sum of RGB (Red+Green+Blue) = 166+111+70=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66F46 is #5990B9. Grayscale: #7A7A7A. Windows color (decimal): -5869754 or 4616102. OLE color: 4616102.

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

Color convert

RGB16611170-
CMYK00.330.580.35
HSL25.62º40.68%46.27%-
HSV(B)25.62º57.83%65.1%-
XYZ22.5219.928.45-
YUV122.7798.22158.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.84%
GREEN value IS 111 (43.75% from 255) = 31.99%
BLUE value IS 70 (27.73% from 255) = 20.17%
R=47.84%
G=31.99%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661117000.330.580.3525.6240.6846.27
HexA66F460213A231a292e
Octal2461571060417243325156
Binary1010011011011111000110010000111101010001111010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F46; }

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

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

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

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

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

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

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

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