#A2A385

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

Shades of Locust #A2A385

Tints of Locust #A2A385

Color information

#A2A385 (or 0xA2A385) is unknown color: approx Locust. HEX triplet: A2, A3 and 85. RGB value is (162,163,133). Sum of RGB (Red+Green+Blue) = 162+163+133=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A385 is #5D5C7A. Grayscale: #9F9F9F. Windows color (decimal): -6118523 or 8758178. OLE color: 8758178.

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

Color convert

RGB162163133-
CMYK0.0100.180.36
HSL62º14.02%58.04%-
HSV(B)62º18.4%63.92%-
XYZ32.2335.5727.36-
YUV159.28113.17129.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.37%
GREEN value IS 163 (64.06% from 255) = 35.59%
BLUE value IS 133 (52.34% from 255) = 29.04%
R=35.37%
G=35.59%
B=29.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621631330.0100.180.366214.0258.04
HexA2A3851012243ee3a
Octal242243205102244761672
Binary10100010101000111000010110100101001001111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A385; }

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

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

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

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

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

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

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

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