#A87648

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

Shades of Bourbon #A87648

Tints of Bourbon #A87648

Color information

#A87648 (or 0xA87648) is unknown color: approx Bourbon. HEX triplet: A8, 76 and 48. RGB value is (168,118,72). Sum of RGB (Red+Green+Blue) = 168+118+72=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A87648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87648 is #5789B7. Grayscale: #7F7F7F. Windows color (decimal): -5736888 or 4748968. OLE color: 4748968.

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

Color convert

RGB16811872-
CMYK00.300.570.34
HSL28.75º40%47.06%-
HSV(B)28.75º57.14%65.88%-
XYZ23.821.759.07-
YUV127.7196.56156.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.93%
GREEN value IS 118 (46.48% from 255) = 32.96%
BLUE value IS 72 (28.52% from 255) = 20.11%
R=46.93%
G=32.96%
B=20.11%

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
Decimal1681187200.300.570.3428.754047.06
HexA8764801E39221d282f
Octal2501661100367142355057
Binary101010001110110100100001111011100110001011101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87648; }

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

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

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

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

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

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

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

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