Shades of Spun Pearl #AAA8BD
Tints of Spun Pearl #AAA8BD
RGB
CMYK
RGB Variations
Color information
#AAA8BD (or 0xAAA8BD) is known color: Spun Pearl. HEX triplet: AA, A8 and BD. RGB value is (170,168,189). Sum of RGB (Red+Green+Blue) = 170+168+189=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAA8BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8BD is #555742. Grayscale: #AAAAAA. Windows color (decimal): -5592899 or 12429482. OLE color: 12429482.
HSL color Cylindrical-coordinate representation of color #AAA8BD: hue angle of 245.71º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAA8BD is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 168 | 189 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.26 |
| HSL | 245.71º | 0.14% | 0.7% | - |
| HSV(B) | 245.71º | 0.11% | 0.74% | - |
| XYZ | 39.77 | 40.23 | 53.81 | - |
| YUV | 170.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 189 | 0.10 | 0.11 | 0 | 0.26 | 245.71 | 0.14 | 0.7 |
| Hex | AA | A8 | BD | A | B | 0 | 1A | F6 | E | 46 |
| Octal | 252 | 250 | 275 | 12 | 13 | 0 | 32 | 366 | 16 | 106 |
| Binary | 10101010 | 10101000 | 10111101 | 1010 | 1011 | 0 | 11010 | 11110110 | 1110 | 1000110 |
Color Harmonies of #AAA8BD
Complementary color
Monochromatic Colors of #AAA8BD
Black with #AAA8BD
Text Example
Text Example
White with #AAA8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA8BD; }
p { color: rgb(170,168,189); }
H1.HeaderClassName
{
color: #AAA8BD;
}
.AnyTagClassName
{
color: #AAA8BD;
}
</style>
background-color css
<style>
a { background-color: #AAA8BD; }
a { background-color: rgb(170,168,189); }
div.DivClassName
{
background-color: #AAA8BD;
}
.BgClassName
{
background-color: #AAA8BD;
}
</style>
border-color css
<style>
span { border-color: #AAA8BD; }
span { border-color: rgb(170,168,189); }
td.TdClassName
{
border-color: #AAA8BD;
}
.TagClassName
{
border-color: #AAA8BD;
}
</style>