#A1A9A0

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

Shades of Mantle #A1A9A0

Tints of Mantle #A1A9A0

Color information

#A1A9A0 (or 0xA1A9A0) is unknown color: approx Mantle. HEX triplet: A1, A9 and A0. RGB value is (161,169,160). Sum of RGB (Red+Green+Blue) = 161+169+160=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A9A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A9A0 is #5E565F. Grayscale: #A5A5A5. Windows color (decimal): -6182496 or 10529185. OLE color: 10529185.

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

Color convert

RGB161169160-
CMYK0.0500.050.34
HSL113.33º4.97%64.51%-
HSV(B)113.33º5.33%66.27%-
XYZ35.2338.4938.83-
YUV165.58124.85124.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.86%
GREEN value IS 169 (66.41% from 255) = 34.49%
BLUE value IS 160 (62.89% from 255) = 32.65%
R=32.86%
G=34.49%
B=32.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1611691600.0500.050.34113.334.9764.51
HexA1A9A05052271541
Octal241251240505421615101
Binary101000011010100110100000101010110001011100011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A9A0; }

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

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

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

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

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

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

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

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