Html Css Color HEX #A08179 Hemp

📋 copy color: '#A08179'

red 160 ◦ green 129 ◦ blue 121

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

Shades of Hemp #A08179

Tints of Hemp #A08179

RGB

 RED value IS 160 (62.89% from 255) = 39.02%

 GREEN value IS 129 (50.78% from 255) = 31.46%

 BLUE value IS 121 (47.66% from 255) = 29.51%

R = 39.02%
G = 31.46%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A08179 (or 0xA08179) is known color: Hemp. HEX triplet: A0, 81 and 79. RGB value is (160,129,121). Sum of RGB (Red+Green+Blue) = 160+129+121=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A08179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08179 is #5F7E86. Grayscale: #898989. Windows color (decimal): -6258311 or 7963040. OLE color: 7963040.

HSL color Cylindrical-coordinate representation of color #A08179: hue angle of 12.31º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A08179 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 129 121 -
CMYK 0 0.19 0.24 0.37
HSL 12.31º 0.17% 0.55% -
HSV(B) 12.31º 0.24% 0.63% -
XYZ 25.8 24.55 21.47 -
YUV 137.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 160 129 121 0 0.19 0.24 0.37 12.31 0.17 0.55
Hex A0 81 79 0 13 18 25 C 11 37
Octal 240 201 171 0 23 30 45 14 21 67
Binary 10100000 10000001 1111001 0 10011 11000 100101 1100 10001 110111

Color Harmonies of #A08179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08179

Black with #A08179

Text Example


Text Example

White with #A08179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08179; }

 p { color: rgb(160,129,121); }

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

background-color css

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

 a { background-color: rgb(160,129,121); }

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

border-color css

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

 span { border-color: rgb(160,129,121); }

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