#A87548

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

Shades of Bourbon #A87548

Tints of Bourbon #A87548

Color information

#A87548 (or 0xA87548) is unknown color: approx Bourbon. HEX triplet: A8, 75 and 48. RGB value is (168,117,72). Sum of RGB (Red+Green+Blue) = 168+117+72=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A87548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87548 is #578AB7. Grayscale: #7F7F7F. Windows color (decimal): -5737144 or 4748712. OLE color: 4748712.

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

Color convert

RGB16811772-
CMYK00.300.570.34
HSL28.12º40%47.06%-
HSV(B)28.12º57.14%65.88%-
XYZ23.6821.529.04-
YUV127.1296.9157.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.06%
GREEN value IS 117 (46.09% from 255) = 32.77%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=47.06%
G=32.77%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681177200.300.570.3428.124047.06
HexA8754801E39221c282f
Octal2501651100367142345057
Binary101010001110101100100001111011100110001011100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87548; }

 p { color: rgb(168,117,72); }

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

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

 a { background-color: rgb(168,117,72); }

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

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

 span { border-color: rgb(168,117,72); }

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