#A2A77C

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

Shades of Locust #A2A77C

Tints of Locust #A2A77C

Color information

#A2A77C (or 0xA2A77C) is unknown color: approx Locust. HEX triplet: A2, A7 and 7C. RGB value is (162,167,124). Sum of RGB (Red+Green+Blue) = 162+167+124=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 167 - color contains mainly: green. Hex color #A2A77C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A77C is #5D5883. Grayscale: #A0A0A0. Windows color (decimal): -6117508 or 8169378. OLE color: 8169378.

HSL color Cylindrical-coordinate representation of color #A2A77C: hue angle of 66.98º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2A77C is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB162167124-
CMYK0.0300.260.35
HSL66.98º19.63%57.06%-
HSV(B)66.98º25.75%65.49%-
XYZ32.3636.7724.46-
YUV160.6107.34129-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 167 (65.62% from 255) = 36.87%
BLUE value IS 124 (48.83% from 255) = 27.37%
R=35.76%
G=36.87%
B=27.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1621671240.0300.260.3566.9819.6357.06
HexA2A77C301A23431439
Octal2422471743032431032471
Binary1010001010100111111110011011010100011100001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A77C; }

 p { color: rgb(162,167,124); }

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

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

 a { background-color: rgb(162,167,124); }

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

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

 span { border-color: rgb(162,167,124); }

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