#A66E46

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

Shades of Bourbon #A66E46

Tints of Bourbon #A66E46

Color information

#A66E46 (or 0xA66E46) is unknown color: approx Bourbon. HEX triplet: A6, 6E and 46. RGB value is (166,110,70). Sum of RGB (Red+Green+Blue) = 166+110+70=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66E46 is #5991B9. Grayscale: #7A7A7A. Windows color (decimal): -5870010 or 4615846. OLE color: 4615846.

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

Color convert

RGB16611070-
CMYK00.340.580.35
HSL25º40.68%46.27%-
HSV(B)25º57.83%65.1%-
XYZ22.4119.78.42-
YUV122.1898.55159.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.98%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 70 (27.73% from 255) = 20.23%
R=47.98%
G=31.79%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661107000.340.580.352540.6846.27
HexA66E460223A2319292e
Octal2461561060427243315156
Binary1010011011011101000110010001011101010001111001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66E46; }

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

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

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

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

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

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

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

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