#A67039

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

Shades of Bourbon #A67039

Tints of Bourbon #A67039

Color information

#A67039 (or 0xA67039) is unknown color: approx Bourbon. HEX triplet: A6, 70 and 39. RGB value is (166,112,57). Sum of RGB (Red+Green+Blue) = 166+112+57=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A67039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67039 is #598FC6. Grayscale: #7A7A7A. Windows color (decimal): -5869511 or 3764390. OLE color: 3764390.

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

Color convert

RGB16611257-
CMYK00.330.660.35
HSL30.28º48.88%43.73%-
HSV(B)30.28º65.66%65.1%-
XYZ22.2619.996.56-
YUV121.8891.39159.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.55%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 57 (22.66% from 255) = 17.01%
R=49.55%
G=33.43%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661125700.330.660.3530.2848.8843.73
HexA6703902142231e312c
Octal2461607104110243366154
Binary1010011011100001110010100001100001010001111110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67039; }

 p { color: rgb(166,112,57); }

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

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

 a { background-color: rgb(166,112,57); }

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

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

 span { border-color: rgb(166,112,57); }

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