#A87447

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

Shades of Bourbon #A87447

Tints of Bourbon #A87447

Color information

#A87447 (or 0xA87447) is unknown color: approx Bourbon. HEX triplet: A8, 74 and 47. RGB value is (168,116,71). Sum of RGB (Red+Green+Blue) = 168+116+71=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A87447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87447 is #578BB8. Grayscale: #7E7E7E. Windows color (decimal): -5737401 or 4682920. OLE color: 4682920.

HSL color Cylindrical-coordinate representation of color #A87447: hue angle of 27.84º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A87447 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB16811671-
CMYK00.310.580.34
HSL27.84º40.59%46.86%-
HSV(B)27.84º57.74%65.88%-
XYZ23.5321.278.83-
YUV126.4296.73157.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.32%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 71 (28.12% from 255) = 20%
R=47.32%
G=32.68%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681167100.310.580.3427.8440.5946.86
HexA8744701F3A221c292f
Octal2501641070377242345157
Binary101010001110100100011101111111101010001011100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87447; }

 p { color: rgb(168,116,71); }

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

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

 a { background-color: rgb(168,116,71); }

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

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

 span { border-color: rgb(168,116,71); }

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