#A1AA7C

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

Shades of Locust #A1AA7C

Tints of Locust #A1AA7C

Color information

#A1AA7C (or 0xA1AA7C) is unknown color: approx Locust. HEX triplet: A1, AA and 7C. RGB value is (161,170,124). Sum of RGB (Red+Green+Blue) = 161+170+124=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA7C is #5E5583. Grayscale: #A2A2A2. Windows color (decimal): -6182276 or 8170145. OLE color: 8170145.

HSL color Cylindrical-coordinate representation of color #A1AA7C: hue angle of 71.74º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1AA7C is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB161170124-
CMYK0.0500.270.33
HSL71.74º21.3%57.65%-
HSV(B)71.74º27.06%66.67%-
XYZ32.7137.7824.64-
YUV162.06106.52127.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 124 (48.83% from 255) = 27.25%
R=35.38%
G=37.36%
B=27.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611701240.0500.270.3371.7421.357.65
HexA1AA7C501B2148153a
Octal2412521745033411102572
Binary10100001101010101111100101011011100001100100010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA7C; }

 p { color: rgb(161,170,124); }

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

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

 a { background-color: rgb(161,170,124); }

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

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

 span { border-color: rgb(161,170,124); }

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