#A1A6A0

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

Shades of Mantle #A1A6A0

Tints of Mantle #A1A6A0

Color information

#A1A6A0 (or 0xA1A6A0) is unknown color: approx Mantle. HEX triplet: A1, A6 and A0. RGB value is (161,166,160). Sum of RGB (Red+Green+Blue) = 161+166+160=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A6A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A6A0 is #5E595F. Grayscale: #A3A3A3. Windows color (decimal): -6183264 or 10528417. OLE color: 10528417.

HSL color Cylindrical-coordinate representation of color #A1A6A0: hue angle of 110º degrees, saturation: 0.03, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A1A6A0 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB161166160-
CMYK0.0300.040.35
HSL110º3.26%63.92%-
HSV(B)110º3.61%65.1%-
XYZ34.6837.3938.65-
YUV163.82125.84125.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.06%
GREEN value IS 166 (65.23% from 255) = 34.09%
BLUE value IS 160 (62.89% from 255) = 32.85%
R=33.06%
G=34.09%
B=32.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611661600.0300.040.351103.2663.92
HexA1A6A0304236e340
Octal241246240304431563100
Binary1010000110100110101000001101001000111101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A6A0; }

 p { color: rgb(161,166,160); }

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

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

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

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

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

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

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