#A2A37A

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

Shades of Locust #A2A37A

Tints of Locust #A2A37A

Color information

#A2A37A (or 0xA2A37A) is unknown color: approx Locust. HEX triplet: A2, A3 and 7A. RGB value is (162,163,122). Sum of RGB (Red+Green+Blue) = 162+163+122=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A37A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A37A is #5D5C85. Grayscale: #9E9E9E. Windows color (decimal): -6118534 or 8037282. OLE color: 8037282.

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

Color convert

RGB162163122-
CMYK0.0100.250.36
HSL61.46º18.22%55.88%-
HSV(B)61.46º25.15%63.92%-
XYZ31.5135.2823.56-
YUV158.03107.67130.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.24%
GREEN value IS 163 (64.06% from 255) = 36.47%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=36.24%
G=36.47%
B=27.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621631220.0100.250.3661.4618.2255.88
HexA2A37A1019243d1238
Octal242243172103144752270
Binary10100010101000111111010101100110010011110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A37A; }

 p { color: rgb(162,163,122); }

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

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

 a { background-color: rgb(162,163,122); }

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

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

 span { border-color: rgb(162,163,122); }

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