Html Css Color HEX #A87E70 Hemp

📋 copy color: '#A87E70'

red 168 ◦ green 126 ◦ blue 112

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

Shades of Hemp #A87E70

Tints of Hemp #A87E70

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.03%

 BLUE value IS 112 (44.14% from 255) = 27.59%

R = 41.38%
G = 31.03%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A87E70 (or 0xA87E70) is known color: Hemp. HEX triplet: A8, 7E and 70. RGB value is (168,126,112). Sum of RGB (Red+Green+Blue) = 168+126+112=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87E70 is #57818F. Grayscale: #898989. Windows color (decimal): -5734800 or 7372456. OLE color: 7372456.

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

Color convert

RGB 168 126 112 -
CMYK 0 0.25 0.33 0.34
HSL 15º 0.24% 0.55% -
HSV(B) 15º 0.33% 0.66% -
XYZ 26.53 24.42 18.64 -
YUV 136.96 113.91 150.14 -
System Red Green Blue C M Y K H S L
Decimal 168 126 112 0 0.25 0.33 0.34 15 0.24 0.55
Hex A8 7E 70 0 19 21 22 F 18 37
Octal 250 176 160 0 31 41 42 17 30 67
Binary 10101000 1111110 1110000 0 11001 100001 100010 1111 11000 110111

Color Harmonies of #A87E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87E70

Black with #A87E70

Text Example


Text Example

White with #A87E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87E70; }

 p { color: rgb(168,126,112); }

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

background-color css

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

 a { background-color: rgb(168,126,112); }

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

border-color css

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

 span { border-color: rgb(168,126,112); }

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