#A67446

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

Shades of Bourbon #A67446

Tints of Bourbon #A67446

Color information

#A67446 (or 0xA67446) is unknown color: approx Bourbon. HEX triplet: A6, 74 and 46. RGB value is (166,116,70). Sum of RGB (Red+Green+Blue) = 166+116+70=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A67446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67446 is #598BB9. Grayscale: #7D7D7D. Windows color (decimal): -5868474 or 4617382. OLE color: 4617382.

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

Color convert

RGB16611670-
CMYK00.300.580.35
HSL28.75º40.68%46.27%-
HSV(B)28.75º57.83%65.1%-
XYZ23.0821.048.64-
YUV125.7196.56156.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.16%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 70 (27.73% from 255) = 19.89%
R=47.16%
G=32.95%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661167000.300.580.3528.7540.6846.27
HexA6744601E3A231d292e
Octal2461641060367243355156
Binary101001101110100100011001111011101010001111101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67446; }

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

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

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

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

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

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

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

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