#A08077

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

Shades of Hemp #A08077

Tints of Hemp #A08077

Color information

#A08077 (or 0xA08077) is unknown color: approx Hemp. HEX triplet: A0, 80 and 77. RGB value is (160,128,119). Sum of RGB (Red+Green+Blue) = 160+128+119=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A08077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08077 is #5F7F88. Grayscale: #888888. Windows color (decimal): -6258569 or 7831712. OLE color: 7831712.

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

Color convert

RGB160128119-
CMYK00.200.260.37
HSL13.17º17.75%54.71%-
HSV(B)13.17º25.62%62.75%-
XYZ25.5524.2420.79-
YUV136.54118.1144.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.31%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 119 (46.88% from 255) = 29.24%
R=39.31%
G=31.45%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012811900.200.260.3713.1717.7554.71
HexA080770141A25d1237
Octal2402001670243245152267
Binary1010000010000000111011101010011010100101110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08077; }

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

 H1.HeaderClassName
 {
   color: #A08077;
 }
 .AnyTagClassName
 {
   color: #A08077;
 }
</style>
background-color css

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

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

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

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

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

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