Html Css Color HEX #A87C71 Hemp

📋 copy color: '#A87C71'

red 168 ◦ green 124 ◦ blue 113

#A87C71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemp #A87C71

Tints of Hemp #A87C71

RGB

 RED value IS 168 (66.02% from 255) = 41.48%

 GREEN value IS 124 (48.83% from 255) = 30.62%

 BLUE value IS 113 (44.53% from 255) = 27.9%

R = 41.48%
G = 30.62%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A87C71 (or 0xA87C71) is known color: Hemp. HEX triplet: A8, 7C and 71. RGB value is (168,124,113). Sum of RGB (Red+Green+Blue) = 168+124+113=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87C71 is #57838E. Grayscale: #878787. Windows color (decimal): -5735311 or 7437480. OLE color: 7437480.

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

Color convert

RGB 168 124 113 -
CMYK 0 0.26 0.33 0.34
HSL 12º 0.24% 0.55% -
HSV(B) 12º 0.33% 0.66% -
XYZ 26.34 23.93 18.85 -
YUV 135.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 168 124 113 0 0.26 0.33 0.34 12 0.24 0.55
Hex A8 7C 71 0 1A 21 22 C 18 37
Octal 250 174 161 0 32 41 42 14 30 67
Binary 10101000 1111100 1110001 0 11010 100001 100010 1100 11000 110111

Color Harmonies of #A87C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87C71

Black with #A87C71

Text Example


Text Example

White with #A87C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87C71; }

 p { color: rgb(168,124,113); }

 H1.HeaderClassName
 {
   color: #A87C71;
 }
 .AnyTagClassName
 {
   color: #A87C71;
 }
</style>

background-color css

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

 a { background-color: rgb(168,124,113); }

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

border-color css

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

 span { border-color: rgb(168,124,113); }

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