#A1A284

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

Shades of Locust #A1A284

Tints of Locust #A1A284

Color information

#A1A284 (or 0xA1A284) is unknown color: approx Locust. HEX triplet: A1, A2 and 84. RGB value is (161,162,132). Sum of RGB (Red+Green+Blue) = 161+162+132=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A284 is #5E5D7B. Grayscale: #9E9E9E. Windows color (decimal): -6184316 or 8692385. OLE color: 8692385.

HSL color Cylindrical-coordinate representation of color #A1A284: 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.19%. Process color model (Four color, CMYK) of #A1A284 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB161162132-
CMYK0.0100.190.36
HSL62º13.89%57.65%-
HSV(B)62º18.52%63.53%-
XYZ31.7835.0826.93-
YUV158.28113.17129.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 162 (63.67% from 255) = 35.60%
BLUE value IS 132 (51.95% from 255) = 29.01%
R=35.38%
G=35.60%
B=29.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611621320.0100.190.366213.8957.65
HexA1A2841013243ee3a
Octal241242204102344761672
Binary10100001101000101000010010100111001001111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A284; }

 p { color: rgb(161,162,132); }

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

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

 a { background-color: rgb(161,162,132); }

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

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

 span { border-color: rgb(161,162,132); }

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