#A1A584

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

Shades of Locust #A1A584

Tints of Locust #A1A584

Color information

#A1A584 (or 0xA1A584) is unknown color: approx Locust. HEX triplet: A1, A5 and 84. RGB value is (161,165,132). Sum of RGB (Red+Green+Blue) = 161+165+132=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A584 is #5E5A7B. Grayscale: #A0A0A0. Windows color (decimal): -6183548 or 8693153. OLE color: 8693153.

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

Color convert

RGB161165132-
CMYK0.0200.200.35
HSL67.27º15.49%58.24%-
HSV(B)67.27º20%64.71%-
XYZ32.3236.1527.1-
YUV160.04112.17128.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 165 (64.84% from 255) = 36.03%
BLUE value IS 132 (51.95% from 255) = 28.82%
R=35.15%
G=36.03%
B=28.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611651320.0200.200.3567.2715.4958.24
HexA1A58420142343f3a
Octal2412452042024431031772
Binary1010000110100101100001001001010010001110000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A584; }

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

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

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

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

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

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

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

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