#A2A383

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

Shades of Locust #A2A383

Tints of Locust #A2A383

Color information

#A2A383 (or 0xA2A383) is unknown color: approx Locust. HEX triplet: A2, A3 and 83. RGB value is (162,163,131). Sum of RGB (Red+Green+Blue) = 162+163+131=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A383 is #5D5C7C. Grayscale: #9F9F9F. Windows color (decimal): -6118525 or 8627106. OLE color: 8627106.

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

Color convert

RGB162163131-
CMYK0.0100.200.36
HSL61.88º14.81%57.65%-
HSV(B)61.88º19.63%63.92%-
XYZ32.0935.5126.64-
YUV159.05112.17130.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 163 (64.06% from 255) = 35.75%
BLUE value IS 131 (51.56% from 255) = 28.73%
R=35.53%
G=35.75%
B=28.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621631310.0100.200.3661.8814.8157.65
HexA2A3831014243ef3a
Octal242243203102444761772
Binary10100010101000111000001110101001001001111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A383; }

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

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

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

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

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

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

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

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