#A2A97B

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

Shades of Locust #A2A97B

Tints of Locust #A2A97B

Color information

#A2A97B (or 0xA2A97B) is unknown color: approx Locust. HEX triplet: A2, A9 and 7B. RGB value is (162,169,123). Sum of RGB (Red+Green+Blue) = 162+169+123=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A97B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A97B is #5D5684. Grayscale: #A1A1A1. Windows color (decimal): -6116997 or 8104354. OLE color: 8104354.

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

Color convert

RGB162169123-
CMYK0.0400.270.34
HSL69.13º21.1%57.25%-
HSV(B)69.13º27.22%66.27%-
XYZ32.6637.4924.25-
YUV161.66106.18128.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.68%
GREEN value IS 169 (66.41% from 255) = 37.22%
BLUE value IS 123 (48.44% from 255) = 27.09%
R=35.68%
G=37.22%
B=27.09%

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
Decimal1621691230.0400.270.3469.1321.157.25
HexA2A97B401B22451539
Octal2422511734033421052571
Binary10100010101010011111011100011011100010100010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A97B; }

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

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

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

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

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

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

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

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