#A2AA7A

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

Shades of Locust #A2AA7A

Tints of Locust #A2AA7A

Color information

#A2AA7A (or 0xA2AA7A) is unknown color: approx Locust. HEX triplet: A2, AA and 7A. RGB value is (162,170,122). Sum of RGB (Red+Green+Blue) = 162+170+122=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA7A is #5D5585. Grayscale: #A2A2A2. Windows color (decimal): -6116742 or 8039074. OLE color: 8039074.

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

Color convert

RGB162170122-
CMYK0.0500.280.33
HSL70º22.02%57.25%-
HSV(B)70º28.24%66.67%-
XYZ32.7937.8423.99-
YUV162.14105.35127.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.68%
GREEN value IS 170 (66.80% from 255) = 37.44%
BLUE value IS 122 (48.05% from 255) = 26.87%
R=35.68%
G=37.44%
B=26.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621701220.0500.280.337022.0257.25
HexA2AA7A501C21461639
Octal2422521725034411062671
Binary10100010101010101111010101011100100001100011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AA7A; }

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

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

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

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

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

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

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

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