#A2AA7F

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

Shades of Locust #A2AA7F

Tints of Locust #A2AA7F

Color information

#A2AA7F (or 0xA2AA7F) is unknown color: approx Locust. HEX triplet: A2, AA and 7F. RGB value is (162,170,127). Sum of RGB (Red+Green+Blue) = 162+170+127=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA7F is #5D5580. Grayscale: #A2A2A2. Windows color (decimal): -6116737 or 8366754. OLE color: 8366754.

HSL color Cylindrical-coordinate representation of color #A2AA7F: hue angle of 71.16º 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 #A2AA7F is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB162170127-
CMYK0.0500.250.33
HSL71.16º20.19%58.24%-
HSV(B)71.16º25.29%66.67%-
XYZ33.1137.9625.66-
YUV162.71107.85127.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 127 (50% from 255) = 27.67%
R=35.29%
G=37.04%
B=27.67%

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
Decimal1621701270.0500.250.3371.1620.1958.24
HexA2AA7F50192147143a
Octal2422521775031411072472
Binary10100010101010101111111101011001100001100011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AA7F; }

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

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

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

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

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

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

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

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