#A87440

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

Shades of Bourbon #A87440

Tints of Bourbon #A87440

Color information

#A87440 (or 0xA87440) is unknown color: approx Bourbon. HEX triplet: A8, 74 and 40. RGB value is (168,116,64). Sum of RGB (Red+Green+Blue) = 168+116+64=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A87440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87440 is #578BBF. Grayscale: #7D7D7D. Windows color (decimal): -5737408 or 4224168. OLE color: 4224168.

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

Color convert

RGB16811664-
CMYK00.310.620.34
HSL30º44.83%45.49%-
HSV(B)30º61.9%65.88%-
XYZ23.3221.197.71-
YUV125.6293.23158.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.28%
GREEN value IS 116 (45.70% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 18.39%
R=48.28%
G=33.33%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681166400.310.620.343044.8345.49
HexA8744001F3E221e2d2d
Octal2501641000377642365555
Binary101010001110100100000001111111111010001011110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87440; }

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

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

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

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

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

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

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

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