#A87B6D

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

Shades of Hemp #A87B6D

Tints of Hemp #A87B6D

Color information

#A87B6D (or 0xA87B6D) is unknown color: approx Hemp. HEX triplet: A8, 7B and 6D. RGB value is (168,123,109). Sum of RGB (Red+Green+Blue) = 168+123+109=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87B6D is #578492. Grayscale: #868686. Windows color (decimal): -5735571 or 7175080. OLE color: 7175080.

HSL color Cylindrical-coordinate representation of color #A87B6D: hue angle of 14.24º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A87B6D is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB168123109-
CMYK00.270.350.34
HSL14.24º25.32%54.31%-
HSV(B)14.24º35.12%65.88%-
XYZ25.9923.5917.65-
YUV134.86113.41151.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42%
GREEN value IS 123 (48.44% from 255) = 30.75%
BLUE value IS 109 (42.97% from 255) = 27.25%
R=42%
G=30.75%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812310900.270.350.3414.2425.3254.31
HexA87B6D01B2322e1936
Octal2501731550334342163166
Binary1010100011110111101101011011100011100010111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87B6D; }

 p { color: rgb(168,123,109); }

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

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

 a { background-color: rgb(168,123,109); }

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

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

 span { border-color: rgb(168,123,109); }

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