Html Css Color HEX #A88071 Hemp

📋 copy color: '#A88071'

red 168 ◦ green 128 ◦ blue 113

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

Shades of Hemp #A88071

Tints of Hemp #A88071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.3%

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

R = 41.08%
G = 31.3%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A88071 (or 0xA88071) is known color: Hemp. HEX triplet: A8, 80 and 71. RGB value is (168,128,113). Sum of RGB (Red+Green+Blue) = 168+128+113=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A88071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88071 is #577F8E. Grayscale: #8A8A8A. Windows color (decimal): -5734287 or 7438504. OLE color: 7438504.

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

Color convert

RGB 168 128 113 -
CMYK 0 0.24 0.33 0.34
HSL 16.36º 0.24% 0.55% -
HSV(B) 16.36º 0.33% 0.66% -
XYZ 26.85 24.96 19.02 -
YUV 138.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 168 128 113 0 0.24 0.33 0.34 16.36 0.24 0.55
Hex A8 80 71 0 18 21 22 10 18 37
Octal 250 200 161 0 30 41 42 20 30 67
Binary 10101000 10000000 1110001 0 11000 100001 100010 10000 11000 110111

Color Harmonies of #A88071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88071

Black with #A88071

Text Example


Text Example

White with #A88071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88071; }

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

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

background-color css

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

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

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

border-color css

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

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

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