#A2A47D

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

Shades of Locust #A2A47D

Tints of Locust #A2A47D

Color information

#A2A47D (or 0xA2A47D) is unknown color: approx Locust. HEX triplet: A2, A4 and 7D. RGB value is (162,164,125). Sum of RGB (Red+Green+Blue) = 162+164+125=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A47D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A47D is #5D5B82. Grayscale: #9F9F9F. Windows color (decimal): -6118275 or 8234146. OLE color: 8234146.

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

Color convert

RGB162164125-
CMYK0.0100.240.36
HSL63.08º17.65%56.67%-
HSV(B)63.08º23.78%64.31%-
XYZ31.8835.7124.62-
YUV158.96108.84130.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 164 (64.45% from 255) = 36.36%
BLUE value IS 125 (49.22% from 255) = 27.72%
R=35.92%
G=36.36%
B=27.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621641250.0100.240.3663.0817.6556.67
HexA2A47D1018243f1239
Octal242244175103044772271
Binary10100010101001001111101101100010010011111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A47D; }

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

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

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

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

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

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

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

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