#A2A47E

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

Shades of Locust #A2A47E

Tints of Locust #A2A47E

Color information

#A2A47E (or 0xA2A47E) is unknown color: approx Locust. HEX triplet: A2, A4 and 7E. RGB value is (162,164,126). Sum of RGB (Red+Green+Blue) = 162+164+126=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A47E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A47E is #5D5B81. Grayscale: #9F9F9F. Windows color (decimal): -6118274 or 8299682. OLE color: 8299682.

HSL color Cylindrical-coordinate representation of color #A2A47E: hue angle of 63.16º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2A47E is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB162164126-
CMYK0.0100.230.36
HSL63.16º17.27%56.86%-
HSV(B)63.16º23.17%64.31%-
XYZ31.9435.7424.95-
YUV159.07109.34130.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 164 (64.45% from 255) = 36.28%
BLUE value IS 126 (49.61% from 255) = 27.88%
R=35.84%
G=36.28%
B=27.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621641260.0100.230.3663.1617.2756.86
HexA2A47E1017243f1139
Octal242244176102744772171
Binary10100010101001001111110101011110010011111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A47E; }

 p { color: rgb(162,164,126); }

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

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

 a { background-color: rgb(162,164,126); }

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

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

 span { border-color: rgb(162,164,126); }

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