Shades of Spun Pearl #A9A8AF
Tints of Spun Pearl #A9A8AF
RGB
CMYK
RGB Variations
Color information
#A9A8AF (or 0xA9A8AF) is known color: Spun Pearl. HEX triplet: A9, A8 and AF. RGB value is (169,168,175). Sum of RGB (Red+Green+Blue) = 169+168+175=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 175 - color contains mainly: blue. Hex color #A9A8AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A8AF is #565750. Grayscale: #A9A9A9. Windows color (decimal): -5658449 or 11511977. OLE color: 11511977.
HSL color Cylindrical-coordinate representation of color #A9A8AF: hue angle of 248.57º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A9A8AF is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 169 | 168 | 175 | - |
CMYK | 0.03 | 0.04 | 0 | 0.31 |
HSL | 248.57º | 0.04% | 0.67% | - |
HSV(B) | 248.57º | 0.04% | 0.69% | - |
XYZ | 38.1 | 39.54 | 46.18 | - |
YUV | 169.1 | 131.33 | 127.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 169 | 168 | 175 | 0.03 | 0.04 | 0 | 0.31 | 248.57 | 0.04 | 0.67 |
Hex | A9 | A8 | AF | 3 | 4 | 0 | 1F | F9 | 4 | 43 |
Octal | 251 | 250 | 257 | 3 | 4 | 0 | 37 | 371 | 4 | 103 |
Binary | 10101001 | 10101000 | 10101111 | 11 | 100 | 0 | 11111 | 11111001 | 100 | 1000011 |
Color Harmonies of #A9A8AF
Complementary color
Monochromatic Colors of #A9A8AF
Black with #A9A8AF
Text Example
Text Example
White with #A9A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A8AF; }
p { color: rgb(169,168,175); }
H1.HeaderClassName
{
color: #A9A8AF;
}
.AnyTagClassName
{
color: #A9A8AF;
}
</style>
background-color css
<style>
a { background-color: #A9A8AF; }
a { background-color: rgb(169,168,175); }
div.DivClassName
{
background-color: #A9A8AF;
}
.BgClassName
{
background-color: #A9A8AF;
}
</style>
border-color css
<style>
span { border-color: #A9A8AF; }
span { border-color: rgb(169,168,175); }
td.TdClassName
{
border-color: #A9A8AF;
}
.TagClassName
{
border-color: #A9A8AF;
}
</style>