Html Css Color HEX #A08072 Hemp

📋 copy color: '#A08072'

red 160 ◦ green 128 ◦ blue 114

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

Shades of Hemp #A08072

Tints of Hemp #A08072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.36%

R = 39.8%
G = 31.84%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A08072 (or 0xA08072) is known color: Hemp. HEX triplet: A0, 80 and 72. RGB value is (160,128,114). Sum of RGB (Red+Green+Blue) = 160+128+114=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A08072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08072 is #5F7F8D. Grayscale: #888888. Windows color (decimal): -6258574 or 7504032. OLE color: 7504032.

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

Color convert

RGB 160 128 114 -
CMYK 0 0.20 0.29 0.37
HSL 18.26º 0.19% 0.54% -
HSV(B) 18.26º 0.29% 0.63% -
XYZ 25.25 24.13 19.25 -
YUV 135.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 160 128 114 0 0.20 0.29 0.37 18.26 0.19 0.54
Hex A0 80 72 0 14 1D 25 12 13 36
Octal 240 200 162 0 24 35 45 22 23 66
Binary 10100000 10000000 1110010 0 10100 11101 100101 10010 10011 110110

Color Harmonies of #A08072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08072

Black with #A08072

Text Example


Text Example

White with #A08072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08072; }

 p { color: rgb(160,128,114); }

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

background-color css

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

 a { background-color: rgb(160,128,114); }

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

border-color css

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

 span { border-color: rgb(160,128,114); }

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