#A1AFA1

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

Shades of Mantle #A1AFA1

Tints of Mantle #A1AFA1

Color information

#A1AFA1 (or 0xA1AFA1) is unknown color: approx Mantle. HEX triplet: A1, AF and A1. RGB value is (161,175,161). Sum of RGB (Red+Green+Blue) = 161+175+161=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AFA1 is #5E505E. Grayscale: #A9A9A9. Windows color (decimal): -6180959 or 10596257. OLE color: 10596257.

HSL color Cylindrical-coordinate representation of color #A1AFA1: hue angle of 120º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A1AFA1 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB161175161-
CMYK0.0800.080.31
HSL120º8.05%65.88%-
HSV(B)120º8%68.63%-
XYZ36.4640.8139.67-
YUV169.22123.36122.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.39%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 161 (63.28% from 255) = 32.39%
R=32.39%
G=35.21%
B=32.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611751610.0800.080.311208.0565.88
HexA1AFA18081F78842
Octal241257241100103717010102
Binary10100001101011111010000110000100011111111100010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AFA1; }

 p { color: rgb(161,175,161); }

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

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

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

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

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

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

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