#A87B6F

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

Shades of Hemp #A87B6F

Tints of Hemp #A87B6F

Color information

#A87B6F (or 0xA87B6F) is unknown color: approx Hemp. HEX triplet: A8, 7B and 6F. RGB value is (168,123,111). Sum of RGB (Red+Green+Blue) = 168+123+111=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87B6F is #578490. Grayscale: #878787. Windows color (decimal): -5735569 or 7306152. OLE color: 7306152.

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

Color convert

RGB168123111-
CMYK00.270.340.34
HSL12.63º24.68%54.71%-
HSV(B)12.63º33.93%65.88%-
XYZ26.123.6418.23-
YUV135.09114.41151.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.79%
GREEN value IS 123 (48.44% from 255) = 30.60%
BLUE value IS 111 (43.75% from 255) = 27.61%
R=41.79%
G=30.60%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812311100.270.340.3412.6324.6854.71
HexA87B6F01B2222d1937
Octal2501731570334242153167
Binary1010100011110111101111011011100010100010110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87B6F; }

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

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

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

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

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

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

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

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