#A1A484

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

Shades of Locust #A1A484

Tints of Locust #A1A484

Color information

#A1A484 (or 0xA1A484) is unknown color: approx Locust. HEX triplet: A1, A4 and 84. RGB value is (161,164,132). Sum of RGB (Red+Green+Blue) = 161+164+132=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A484 is #5E5B7B. Grayscale: #9F9F9F. Windows color (decimal): -6183804 or 8692897. OLE color: 8692897.

HSL color Cylindrical-coordinate representation of color #A1A484: hue angle of 65.62º 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 #A1A484 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB161164132-
CMYK0.0200.200.36
HSL65.62º14.95%58.04%-
HSV(B)65.62º19.51%64.31%-
XYZ32.1435.7927.04-
YUV159.45112.51129.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 164 (64.45% from 255) = 35.89%
BLUE value IS 132 (51.95% from 255) = 28.88%
R=35.23%
G=35.89%
B=28.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611641320.0200.200.3665.6214.9558.04
HexA1A48420142442f3a
Octal2412442042024441021772
Binary1010000110100100100001001001010010010010000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A484; }

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

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

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

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

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

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

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

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