Shades of Spun Pearl #AAA8BB
Tints of Spun Pearl #AAA8BB
RGB
CMYK
RGB Variations
Color information
#AAA8BB (or 0xAAA8BB) is known color: Spun Pearl. HEX triplet: AA, A8 and BB. RGB value is (170,168,187). Sum of RGB (Red+Green+Blue) = 170+168+187=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAA8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8BB is #555744. Grayscale: #AAAAAA. Windows color (decimal): -5592901 or 12298410. OLE color: 12298410.
HSL color Cylindrical-coordinate representation of color #AAA8BB: hue angle of 246.32º 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 #AAA8BB is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 168 | 187 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.27 |
| HSL | 246.32º | 0.12% | 0.7% | - |
| HSV(B) | 246.32º | 0.1% | 0.73% | - |
| XYZ | 39.55 | 40.14 | 52.68 | - |
| YUV | 170.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 187 | 0.09 | 0.10 | 0 | 0.27 | 246.32 | 0.12 | 0.7 |
| Hex | AA | A8 | BB | 9 | A | 0 | 1B | F6 | C | 46 |
| Octal | 252 | 250 | 273 | 11 | 12 | 0 | 33 | 366 | 14 | 106 |
| Binary | 10101010 | 10101000 | 10111011 | 1001 | 1010 | 0 | 11011 | 11110110 | 1100 | 1000110 |
Color Harmonies of #AAA8BB
Complementary color
Monochromatic Colors of #AAA8BB
Black with #AAA8BB
Text Example
Text Example
White with #AAA8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA8BB; }
p { color: rgb(170,168,187); }
H1.HeaderClassName
{
color: #AAA8BB;
}
.AnyTagClassName
{
color: #AAA8BB;
}
</style>
background-color css
<style>
a { background-color: #AAA8BB; }
a { background-color: rgb(170,168,187); }
div.DivClassName
{
background-color: #AAA8BB;
}
.BgClassName
{
background-color: #AAA8BB;
}
</style>
border-color css
<style>
span { border-color: #AAA8BB; }
span { border-color: rgb(170,168,187); }
td.TdClassName
{
border-color: #AAA8BB;
}
.TagClassName
{
border-color: #AAA8BB;
}
</style>