#A28079

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

Shades of Hemp #A28079

Tints of Hemp #A28079

Color information

#A28079 (or 0xA28079) is unknown color: approx Hemp. HEX triplet: A2, 80 and 79. RGB value is (162,128,121). Sum of RGB (Red+Green+Blue) = 162+128+121=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A28079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28079 is #5D7F86. Grayscale: #898989. Windows color (decimal): -6127495 or 7962786. OLE color: 7962786.

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

Color convert

RGB162128121-
CMYK00.210.250.36
HSL10.24º18.06%55.49%-
HSV(B)10.24º25.31%63.53%-
XYZ26.0724.521.44-
YUV137.37118.76145.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 128 (50.39% from 255) = 31.14%
BLUE value IS 121 (47.66% from 255) = 29.44%
R=39.42%
G=31.14%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212812100.210.250.3610.2418.0655.49
HexA280790151924a1237
Octal2422001710253144122267
Binary1010001010000000111100101010111001100100101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28079; }

 p { color: rgb(162,128,121); }

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

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

 a { background-color: rgb(162,128,121); }

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

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

 span { border-color: rgb(162,128,121); }

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