#a87039

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

Shades of Bourbon #A87039

Tints of Bourbon #A87039

Color information

#A87039 (or 0xA87039) is unknown color: approx Bourbon. HEX triplet: A8, 70 and 39. RGB value is (168,112,57). Sum of RGB (Red+Green+Blue) = 168+112+57=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A87039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87039 is #578FC6. Grayscale: #7A7A7A. Windows color (decimal): -5738439 or 3764392. OLE color: 3764392.

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

Color convert

RGB16811257-
CMYK00.330.660.34
HSL29.73º49.33%44.12%-
HSV(B)29.73º66.07%65.88%-
XYZ22.6820.216.58-
YUV122.4791.05160.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.85%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 57 (22.66% from 255) = 16.91%
R=49.85%
G=33.23%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681125700.330.660.3429.7349.3344.12
HexA8703902142221e312c
Octal2501607104110242366154
Binary1010100011100001110010100001100001010001011110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a87039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a87039; }

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

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

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

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

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

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

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

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