Shades of Spun Pearl #AAA9BB
Tints of Spun Pearl #AAA9BB
RGB
CMYK
RGB Variations
Color information
#AAA9BB (or 0xAAA9BB) is known color: Spun Pearl. HEX triplet: AA, A9 and BB. RGB value is (170,169,187). Sum of RGB (Red+Green+Blue) = 170+169+187=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAA9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9BB is #555644. Grayscale: #ABABAB. Windows color (decimal): -5592645 or 12298666. OLE color: 12298666.
HSL color Cylindrical-coordinate representation of color #AAA9BB: hue angle of 243.33º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAA9BB is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 169 | 187 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.27 |
| HSL | 243.33º | 0.12% | 0.7% | - |
| HSV(B) | 243.33º | 0.1% | 0.73% | - |
| XYZ | 39.74 | 40.51 | 52.74 | - |
| YUV | 171.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 187 | 0.09 | 0.10 | 0 | 0.27 | 243.33 | 0.12 | 0.7 |
| Hex | AA | A9 | BB | 9 | A | 0 | 1B | F3 | C | 46 |
| Octal | 252 | 251 | 273 | 11 | 12 | 0 | 33 | 363 | 14 | 106 |
| Binary | 10101010 | 10101001 | 10111011 | 1001 | 1010 | 0 | 11011 | 11110011 | 1100 | 1000110 |
Color Harmonies of #AAA9BB
Complementary color
Monochromatic Colors of #AAA9BB
Black with #AAA9BB
Text Example
Text Example
White with #AAA9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9BB; }
p { color: rgb(170,169,187); }
H1.HeaderClassName
{
color: #AAA9BB;
}
.AnyTagClassName
{
color: #AAA9BB;
}
</style>
background-color css
<style>
a { background-color: #AAA9BB; }
a { background-color: rgb(170,169,187); }
div.DivClassName
{
background-color: #AAA9BB;
}
.BgClassName
{
background-color: #AAA9BB;
}
</style>
border-color css
<style>
span { border-color: #AAA9BB; }
span { border-color: rgb(170,169,187); }
td.TdClassName
{
border-color: #AAA9BB;
}
.TagClassName
{
border-color: #AAA9BB;
}
</style>