#A48077

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

Shades of Hemp #A48077

Tints of Hemp #A48077

Color information

#A48077 (or 0xA48077) is unknown color: approx Hemp. HEX triplet: A4, 80 and 77. RGB value is (164,128,119). Sum of RGB (Red+Green+Blue) = 164+128+119=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A48077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48077 is #5B7F88. Grayscale: #898989. Windows color (decimal): -5996425 or 7831716. OLE color: 7831716.

HSL color Cylindrical-coordinate representation of color #A48077: hue angle of 12º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A48077 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB164128119-
CMYK00.220.270.36
HSL12º19.82%55.49%-
HSV(B)12º27.44%64.31%-
XYZ26.3624.6620.82-
YUV137.74117.43146.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 128 (50.39% from 255) = 31.14%
BLUE value IS 119 (46.88% from 255) = 28.95%
R=39.90%
G=31.14%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412811900.220.270.361219.8255.49
HexA480770161B24c1437
Octal2442001670263344142467
Binary1010010010000000111011101011011011100100110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48077; }

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

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

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

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

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

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

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

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