#A2AA76

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

Shades of Locust #A2AA76

Tints of Locust #A2AA76

Color information

#A2AA76 (or 0xA2AA76) is unknown color: approx Locust. HEX triplet: A2, AA and 76. RGB value is (162,170,118). Sum of RGB (Red+Green+Blue) = 162+170+118=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA76 is #5D5589. Grayscale: #A1A1A1. Windows color (decimal): -6116746 or 7776930. OLE color: 7776930.

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

Color convert

RGB162170118-
CMYK0.0500.310.33
HSL69.23º23.42%56.47%-
HSV(B)69.23º30.59%66.67%-
XYZ32.5537.7422.71-
YUV161.68103.35128.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 170 (66.80% from 255) = 37.78%
BLUE value IS 118 (46.48% from 255) = 26.22%
R=36%
G=37.78%
B=26.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621701180.0500.310.3369.2323.4256.47
HexA2AA76501F21451738
Octal2422521665037411052770
Binary10100010101010101110110101011111100001100010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AA76; }

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

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

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

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

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

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

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

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