#A1AA7F

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

Shades of Locust #A1AA7F

Tints of Locust #A1AA7F

Color information

#A1AA7F (or 0xA1AA7F) is unknown color: approx Locust. HEX triplet: A1, AA and 7F. RGB value is (161,170,127). Sum of RGB (Red+Green+Blue) = 161+170+127=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA7F is #5E5580. Grayscale: #A2A2A2. Windows color (decimal): -6182273 or 8366753. OLE color: 8366753.

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

Color convert

RGB161170127-
CMYK0.0500.250.33
HSL72.56º20.19%58.24%-
HSV(B)72.56º25.29%66.67%-
XYZ32.937.8625.65-
YUV162.41108.02127-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 170 (66.80% from 255) = 37.12%
BLUE value IS 127 (50% from 255) = 27.73%
R=35.15%
G=37.12%
B=27.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611701270.0500.250.3372.5620.1958.24
HexA1AA7F50192149143a
Octal2412521775031411112472
Binary10100001101010101111111101011001100001100100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA7F; }

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

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

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

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

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

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

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

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