Shades of Spun Pearl #AAA9BC
Tints of Spun Pearl #AAA9BC
RGB
CMYK
RGB Variations
Color information
#AAA9BC (or 0xAAA9BC) is known color: Spun Pearl. HEX triplet: AA, A9 and BC. RGB value is (170,169,188). Sum of RGB (Red+Green+Blue) = 170+169+188=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #AAA9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9BC is #555643. Grayscale: #ABABAB. Windows color (decimal): -5592644 or 12364202. OLE color: 12364202.
HSL color Cylindrical-coordinate representation of color #AAA9BC: hue angle of 243.16º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAA9BC is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 169 | 188 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.26 |
| HSL | 243.16º | 0.12% | 0.7% | - |
| HSV(B) | 243.16º | 0.1% | 0.74% | - |
| XYZ | 39.84 | 40.55 | 53.3 | - |
| YUV | 171.47 | 137.33 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 188 | 0.10 | 0.10 | 0 | 0.26 | 243.16 | 0.12 | 0.7 |
| Hex | AA | A9 | BC | A | A | 0 | 1A | F3 | C | 46 |
| Octal | 252 | 251 | 274 | 12 | 12 | 0 | 32 | 363 | 14 | 106 |
| Binary | 10101010 | 10101001 | 10111100 | 1010 | 1010 | 0 | 11010 | 11110011 | 1100 | 1000110 |
Color Harmonies of #AAA9BC
Complementary color
Monochromatic Colors of #AAA9BC
Black with #AAA9BC
Text Example
Text Example
White with #AAA9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9BC; }
p { color: rgb(170,169,188); }
H1.HeaderClassName
{
color: #AAA9BC;
}
.AnyTagClassName
{
color: #AAA9BC;
}
</style>
background-color css
<style>
a { background-color: #AAA9BC; }
a { background-color: rgb(170,169,188); }
div.DivClassName
{
background-color: #AAA9BC;
}
.BgClassName
{
background-color: #AAA9BC;
}
</style>
border-color css
<style>
span { border-color: #AAA9BC; }
span { border-color: rgb(170,169,188); }
td.TdClassName
{
border-color: #AAA9BC;
}
.TagClassName
{
border-color: #AAA9BC;
}
</style>