Shades of Spun Pearl #A9A9AB
Tints of Spun Pearl #A9A9AB
RGB
CMYK
RGB Variations
Color information
#A9A9AB (or 0xA9A9AB) is known color: Spun Pearl. HEX triplet: A9, A9 and AB. RGB value is (169,169,171). Sum of RGB (Red+Green+Blue) = 169+169+171=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 171 - color contains mainly: blue. Hex color #A9A9AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A9AB is #565654. Grayscale: #A9A9A9. Windows color (decimal): -5658197 or 11250089. OLE color: 11250089.
HSL color Cylindrical-coordinate representation of color #A9A9AB: hue angle of 240º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #A9A9AB is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 169 | 169 | 171 | - |
CMYK | 0.01 | 0.01 | 0 | 0.33 |
HSL | 240º | 0.01% | 0.67% | - |
HSV(B) | 240º | 0.01% | 0.67% | - |
XYZ | 37.9 | 39.75 | 44.2 | - |
YUV | 169.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 169 | 169 | 171 | 0.01 | 0.01 | 0 | 0.33 | 240 | 0.01 | 0.67 |
Hex | A9 | A9 | AB | 1 | 1 | 0 | 21 | F0 | 1 | 43 |
Octal | 251 | 251 | 253 | 1 | 1 | 0 | 41 | 360 | 1 | 103 |
Binary | 10101001 | 10101001 | 10101011 | 1 | 1 | 0 | 100001 | 11110000 | 1 | 1000011 |
Color Harmonies of #A9A9AB
Complementary color
Monochromatic Colors of #A9A9AB
Black with #A9A9AB
Text Example
Text Example
White with #A9A9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A9AB; }
p { color: rgb(169,169,171); }
H1.HeaderClassName
{
color: #A9A9AB;
}
.AnyTagClassName
{
color: #A9A9AB;
}
</style>
background-color css
<style>
a { background-color: #A9A9AB; }
a { background-color: rgb(169,169,171); }
div.DivClassName
{
background-color: #A9A9AB;
}
.BgClassName
{
background-color: #A9A9AB;
}
</style>
border-color css
<style>
span { border-color: #A9A9AB; }
span { border-color: rgb(169,169,171); }
td.TdClassName
{
border-color: #A9A9AB;
}
.TagClassName
{
border-color: #A9A9AB;
}
</style>