#A87243

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

Shades of Bourbon #A87243

Tints of Bourbon #A87243

Color information

#A87243 (or 0xA87243) is unknown color: approx Bourbon. HEX triplet: A8, 72 and 43. RGB value is (168,114,67). Sum of RGB (Red+Green+Blue) = 168+114+67=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A87243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87243 is #578DBC. Grayscale: #7D7D7D. Windows color (decimal): -5737917 or 4420264. OLE color: 4420264.

HSL color Cylindrical-coordinate representation of color #A87243: hue angle of 27.92º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A87243 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16811467-
CMYK00.320.600.34
HSL27.92º42.98%46.08%-
HSV(B)27.92º60.12%65.88%-
XYZ23.1820.768.1-
YUV124.7995.39158.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.14%
GREEN value IS 114 (44.92% from 255) = 32.66%
BLUE value IS 67 (26.56% from 255) = 19.20%
R=48.14%
G=32.66%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681146700.320.600.3427.9242.9846.08
HexA872430203C221c2b2e
Octal2501621030407442345356
Binary1010100011100101000011010000011110010001011100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87243; }

 p { color: rgb(168,114,67); }

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

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

 a { background-color: rgb(168,114,67); }

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

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

 span { border-color: rgb(168,114,67); }

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