#A08072

Color #A08072 Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #A08072

Tints of Hemp #A08072

Color information

#A08072 (or 0xA08072) is unknown color: approx 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

RGB160128114-
CMYK00.200.290.37
HSL18.26º19.49%53.73%-
HSV(B)18.26º28.75%62.75%-
XYZ25.2524.1319.25-
YUV135.97115.6145.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.80%
GREEN value IS 128 (50.39% from 255) = 31.84%
BLUE value IS 114 (44.92% from 255) = 28.36%
R=39.80%
G=31.84%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012811400.200.290.3718.2619.4953.73
HexA080720141D25121336
Octal2402001620243545222366
Binary10100000100000001110010010100111011001011001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>