#A2A482

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

Shades of Locust #A2A482

Tints of Locust #A2A482

Color information

#A2A482 (or 0xA2A482) is unknown color: approx Locust. HEX triplet: A2, A4 and 82. RGB value is (162,164,130). Sum of RGB (Red+Green+Blue) = 162+164+130=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A482 is #5D5B7D. Grayscale: #9F9F9F. Windows color (decimal): -6118270 or 8561826. OLE color: 8561826.

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

Color convert

RGB162164130-
CMYK0.0100.210.36
HSL63.53º15.74%57.65%-
HSV(B)63.53º20.73%64.31%-
XYZ32.2135.8426.34-
YUV159.53111.34129.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 164 (64.45% from 255) = 35.96%
BLUE value IS 130 (51.17% from 255) = 28.51%
R=35.53%
G=35.96%
B=28.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621641300.0100.210.3663.5315.7457.65
HexA2A48210152440103a
Octal2422442021025441002072
Binary1010001010100100100000101010101100100100000010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A482; }

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

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

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

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

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

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

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

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