#A2AA80

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

Shades of Locust #A2AA80

Tints of Locust #A2AA80

Color information

#A2AA80 (or 0xA2AA80) is unknown color: approx Locust. HEX triplet: A2, AA and 80. RGB value is (162,170,128). Sum of RGB (Red+Green+Blue) = 162+170+128=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AA80 is #5D557F. Grayscale: #A2A2A2. Windows color (decimal): -6116736 or 8432290. OLE color: 8432290.

HSL color Cylindrical-coordinate representation of color #A2AA80: hue angle of 71.43º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2AA80 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB162170128-
CMYK0.0500.250.33
HSL71.43º19.81%58.43%-
HSV(B)71.43º24.71%66.67%-
XYZ33.1737.9926.01-
YUV162.82108.35127.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.22%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 128 (50.39% from 255) = 27.83%
R=35.22%
G=36.96%
B=27.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621701280.0500.250.3371.4319.8158.43
HexA2AA8050192147143a
Octal2422522005031411072472
Binary101000101010101010000000101011001100001100011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AA80; }

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

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

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

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

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

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

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

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