#A2A97C

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

Shades of Locust #A2A97C

Tints of Locust #A2A97C

Color information

#A2A97C (or 0xA2A97C) is unknown color: approx Locust. HEX triplet: A2, A9 and 7C. RGB value is (162,169,124). Sum of RGB (Red+Green+Blue) = 162+169+124=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A97C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A97C is #5D5683. Grayscale: #A1A1A1. Windows color (decimal): -6116996 or 8169890. OLE color: 8169890.

HSL color Cylindrical-coordinate representation of color #A2A97C: hue angle of 69.33º 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 #A2A97C is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB162169124-
CMYK0.0400.270.34
HSL69.33º20.74%57.45%-
HSV(B)69.33º26.63%66.27%-
XYZ32.7337.5124.58-
YUV161.78106.68128.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 169 (66.41% from 255) = 37.14%
BLUE value IS 124 (48.83% from 255) = 27.25%
R=35.60%
G=37.14%
B=27.25%

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
Decimal1621691240.0400.270.3469.3320.7457.45
HexA2A97C401B22451539
Octal2422511744033421052571
Binary10100010101010011111100100011011100010100010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A97C; }

 p { color: rgb(162,169,124); }

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

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

 a { background-color: rgb(162,169,124); }

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

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

 span { border-color: rgb(162,169,124); }

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