#A28077

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

Shades of Hemp #A28077

Tints of Hemp #A28077

Color information

#A28077 (or 0xA28077) is unknown color: approx Hemp. HEX triplet: A2, 80 and 77. RGB value is (162,128,119). Sum of RGB (Red+Green+Blue) = 162+128+119=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A28077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28077 is #5D7F88. Grayscale: #898989. Windows color (decimal): -6127497 or 7831714. OLE color: 7831714.

HSL color Cylindrical-coordinate representation of color #A28077: hue angle of 12.56º degrees, saturation: 0.19, 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 #A28077 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB162128119-
CMYK00.210.270.36
HSL12.56º18.78%55.1%-
HSV(B)12.56º26.54%63.53%-
XYZ25.9524.4520.8-
YUV137.14117.76145.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.61%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 119 (46.88% from 255) = 29.10%
R=39.61%
G=31.30%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212811900.210.270.3612.5618.7855.1
HexA280770151B24d1337
Octal2422001670253344152367
Binary1010001010000000111011101010111011100100110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28077; }

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

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

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

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

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

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

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

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