#A87347

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

Shades of Bourbon #A87347

Tints of Bourbon #A87347

Color information

#A87347 (or 0xA87347) is unknown color: approx Bourbon. HEX triplet: A8, 73 and 47. RGB value is (168,115,71). Sum of RGB (Red+Green+Blue) = 168+115+71=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A87347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87347 is #578CB8. Grayscale: #7E7E7E. Windows color (decimal): -5737657 or 4682664. OLE color: 4682664.

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

Color convert

RGB16811571-
CMYK00.320.580.34
HSL27.22º40.59%46.86%-
HSV(B)27.22º57.74%65.88%-
XYZ23.4221.048.79-
YUV125.8397.06158.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.46%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 71 (28.12% from 255) = 20.06%
R=47.46%
G=32.49%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681157100.320.580.3427.2240.5946.86
HexA873470203A221b292f
Octal2501631070407242335157
Binary1010100011100111000111010000011101010001011011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87347; }

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

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

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

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

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

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

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

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