#A2A87F

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

Shades of Locust #A2A87F

Tints of Locust #A2A87F

Color information

#A2A87F (or 0xA2A87F) is unknown color: approx Locust. HEX triplet: A2, A8 and 7F. RGB value is (162,168,127). Sum of RGB (Red+Green+Blue) = 162+168+127=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 168 - color contains mainly: green. Hex color #A2A87F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A87F is #5D5780. Grayscale: #A1A1A1. Windows color (decimal): -6117249 or 8366242. OLE color: 8366242.

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

Color convert

RGB162168127-
CMYK0.0400.240.34
HSL68.78º19.07%57.84%-
HSV(B)68.78º24.4%65.88%-
XYZ32.7337.2225.54-
YUV161.53108.51128.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 168 (66.02% from 255) = 36.76%
BLUE value IS 127 (50% from 255) = 27.79%
R=35.45%
G=36.76%
B=27.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1621681270.0400.240.3468.7819.0757.84
HexA2A87F40182245133a
Octal2422501774030421052372
Binary10100010101010001111111100011000100010100010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A87F; }

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

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

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

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

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

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

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

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