#A66A3E

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

Shades of Bourbon #A66A3E

Tints of Bourbon #A66A3E

Color information

#A66A3E (or 0xA66A3E) is unknown color: approx Bourbon. HEX triplet: A6, 6A and 3E. RGB value is (166,106,62). Sum of RGB (Red+Green+Blue) = 166+106+62=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66A3E is #5995C1. Grayscale: #777777. Windows color (decimal): -5871042 or 4090534. OLE color: 4090534.

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

Color convert

RGB16610662-
CMYK00.360.630.35
HSL25.38º45.61%44.71%-
HSV(B)25.38º62.65%65.1%-
XYZ21.7518.767.03-
YUV118.9295.88161.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.70%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 62 (24.61% from 255) = 18.56%
R=49.70%
G=31.74%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661066200.360.630.3525.3845.6144.71
HexA66A3E0243F23192e2d
Octal246152760447743315655
Binary101001101101010111110010010011111110001111001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66A3E; }

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

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

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

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

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

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

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

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