Shades of Mantle #A1AD9F
Tints of Mantle #A1AD9F
RGB
CMYK
RGB Variations
Color information
#A1AD9F (or 0xA1AD9F) is known color: 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
RGB | 161 | 173 | 159 | - |
CMYK | 0.07 | 0 | 0.08 | 0.32 |
HSL | 111.43º | 0.08% | 0.65% | - |
HSV(B) | 111.43º | 0.08% | 0.68% | - |
XYZ | 35.9 | 39.97 | 38.62 | - |
YUV | 167.82 | 123.02 | 123.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 173 | 159 | 0.07 | 0 | 0.08 | 0.32 | 111.43 | 0.08 | 0.65 |
Hex | A1 | AD | 9F | 7 | 0 | 8 | 20 | 6F | 8 | 41 |
Octal | 241 | 255 | 237 | 7 | 0 | 10 | 40 | 157 | 10 | 101 |
Binary | 10100001 | 10101101 | 10011111 | 111 | 0 | 1000 | 100000 | 1101111 | 1000 | 1000001 |
Color Harmonies of #A1AD9F
Complementary color
Monochromatic Colors of #A1AD9F
Black with #A1AD9F
Text Example
Text Example
White with #A1AD9F
Text Example
Text Example
HTML Codes & Css Web 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>