#A1AD9F

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

Shades of Mantle #A1AD9F

Tints of Mantle #A1AD9F

Color information

#A1AD9F (or 0xA1AD9F) is unknown color: approx Mantle. HEX triplet: A1, AD and 9F. RGB value is (161,173,159). Sum of RGB (Red+Green+Blue) = 161+173+159=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AD9F is #5E5260. Grayscale: #A7A7A7. Windows color (decimal): -6181473 or 10464673. OLE color: 10464673.

HSL color Cylindrical-coordinate representation of color #A1AD9F: hue angle of 111.43º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A1AD9F is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB161173159-
CMYK0.0700.080.32
HSL111.43º7.87%65.1%-
HSV(B)111.43º8.09%67.84%-
XYZ35.939.9738.62-
YUV167.82123.02123.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.66%
GREEN value IS 173 (67.97% from 255) = 35.09%
BLUE value IS 159 (62.5% from 255) = 32.25%
R=32.66%
G=35.09%
B=32.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611731590.0700.080.32111.437.8765.1
HexA1AD9F708206f841
Octal24125523770104015710101
Binary10100001101011011001111111101000100000110111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AD9F; }

 p { color: rgb(161,173,159); }

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

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

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

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

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

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

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