Html Css Color HEX #A08070 Hemp

📋 copy color: '#A08070'

red 160 ◦ green 128 ◦ blue 112

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

Shades of Hemp #A08070

Tints of Hemp #A08070

RGB

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

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

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

R = 40%
G = 32%
B = 28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A08070 (or 0xA08070) is known color: Hemp. HEX triplet: A0, 80 and 70. RGB value is (160,128,112). Sum of RGB (Red+Green+Blue) = 160+128+112=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A08070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08070 is #5F7F8F. Grayscale: #878787. Windows color (decimal): -6258576 or 7372960. OLE color: 7372960.

HSL color Cylindrical-coordinate representation of color #A08070: hue angle of 20º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A08070 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 128 112 -
CMYK 0 0.20 0.30 0.37
HSL 20º 0.2% 0.53% -
HSV(B) 20º 0.3% 0.63% -
XYZ 25.14 24.08 18.65 -
YUV 135.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 160 128 112 0 0.20 0.30 0.37 20 0.2 0.53
Hex A0 80 70 0 14 1E 25 14 14 35
Octal 240 200 160 0 24 36 45 24 24 65
Binary 10100000 10000000 1110000 0 10100 11110 100101 10100 10100 110101

Color Harmonies of #A08070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08070

Black with #A08070

Text Example


Text Example

White with #A08070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08070; }

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

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

background-color css

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

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

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

border-color css

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

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

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