Shades of Spun Pearl #AAA9B8
Tints of Spun Pearl #AAA9B8
RGB
CMYK
RGB Variations
Color information
#AAA9B8 (or 0xAAA9B8) is known color: Spun Pearl. HEX triplet: AA, A9 and B8. RGB value is (170,169,184). Sum of RGB (Red+Green+Blue) = 170+169+184=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 184 - color contains mainly: blue. Hex color #AAA9B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9B8 is #555647. Grayscale: #AAAAAA. Windows color (decimal): -5592648 or 12102058. OLE color: 12102058.
HSL color Cylindrical-coordinate representation of color #AAA9B8: hue angle of 244º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAA9B8 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 169 | 184 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.28 |
| HSL | 244º | 0.1% | 0.69% | - |
| HSV(B) | 244º | 0.08% | 0.72% | - |
| XYZ | 39.42 | 40.38 | 51.06 | - |
| YUV | 171.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 184 | 0.08 | 0.08 | 0 | 0.28 | 244 | 0.1 | 0.69 |
| Hex | AA | A9 | B8 | 8 | 8 | 0 | 1C | F4 | A | 45 |
| Octal | 252 | 251 | 270 | 10 | 10 | 0 | 34 | 364 | 12 | 105 |
| Binary | 10101010 | 10101001 | 10111000 | 1000 | 1000 | 0 | 11100 | 11110100 | 1010 | 1000101 |
Color Harmonies of #AAA9B8
Complementary color
Monochromatic Colors of #AAA9B8
Black with #AAA9B8
Text Example
Text Example
White with #AAA9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9B8; }
p { color: rgb(170,169,184); }
H1.HeaderClassName
{
color: #AAA9B8;
}
.AnyTagClassName
{
color: #AAA9B8;
}
</style>
background-color css
<style>
a { background-color: #AAA9B8; }
a { background-color: rgb(170,169,184); }
div.DivClassName
{
background-color: #AAA9B8;
}
.BgClassName
{
background-color: #AAA9B8;
}
</style>
border-color css
<style>
span { border-color: #AAA9B8; }
span { border-color: rgb(170,169,184); }
td.TdClassName
{
border-color: #AAA9B8;
}
.TagClassName
{
border-color: #AAA9B8;
}
</style>