#A2A87A

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

Shades of Locust #A2A87A

Tints of Locust #A2A87A

Color information

#A2A87A (or 0xA2A87A) is unknown color: approx Locust. HEX triplet: A2, A8 and 7A. RGB value is (162,168,122). Sum of RGB (Red+Green+Blue) = 162+168+122=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 168 - color contains mainly: green. Hex color #A2A87A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A87A is #5D5785. Grayscale: #A1A1A1. Windows color (decimal): -6117254 or 8038562. OLE color: 8038562.

HSL color Cylindrical-coordinate representation of color #A2A87A: hue angle of 67.83º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2A87A is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB162168122-
CMYK0.0400.270.34
HSL67.83º20.91%56.86%-
HSV(B)67.83º27.38%65.88%-
XYZ32.4237.0923.86-
YUV160.96106.01128.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 168 (66.02% from 255) = 37.17%
BLUE value IS 122 (48.05% from 255) = 26.99%
R=35.84%
G=37.17%
B=26.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1621681220.0400.270.3467.8320.9156.86
HexA2A87A401B22441539
Octal2422501724033421042571
Binary10100010101010001111010100011011100010100010010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A87A; }

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

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

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

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

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

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

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

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