Html Css Color HEX #A87D6F Hemp

📋 copy color: '#A87D6F'

red 168 ◦ green 125 ◦ blue 111

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

Shades of Hemp #A87D6F

Tints of Hemp #A87D6F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.94%

 BLUE value IS 111 (43.75% from 255) = 27.48%

R = 41.58%
G = 30.94%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A87D6F (or 0xA87D6F) is known color: Hemp. HEX triplet: A8, 7D and 6F. RGB value is (168,125,111). Sum of RGB (Red+Green+Blue) = 168+125+111=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87D6F is #578290. Grayscale: #888888. Windows color (decimal): -5735057 or 7306664. OLE color: 7306664.

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

Color convert

RGB 168 125 111 -
CMYK 0 0.26 0.34 0.34
HSL 14.74º 0.25% 0.55% -
HSV(B) 14.74º 0.34% 0.66% -
XYZ 26.35 24.14 18.31 -
YUV 136.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 168 125 111 0 0.26 0.34 0.34 14.74 0.25 0.55
Hex A8 7D 6F 0 1A 22 22 F 19 37
Octal 250 175 157 0 32 42 42 17 31 67
Binary 10101000 1111101 1101111 0 11010 100010 100010 1111 11001 110111

Color Harmonies of #A87D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87D6F

Black with #A87D6F

Text Example


Text Example

White with #A87D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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