Shades of Spun Pearl #AAA7BC
Tints of Spun Pearl #AAA7BC
RGB
CMYK
RGB Variations
Color information
#AAA7BC (or 0xAAA7BC) is known color: Spun Pearl. HEX triplet: AA, A7 and BC. RGB value is (170,167,188). Sum of RGB (Red+Green+Blue) = 170+167+188=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #AAA7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7BC is #555843. Grayscale: #AAAAAA. Windows color (decimal): -5593156 or 12363690. OLE color: 12363690.
HSL color Cylindrical-coordinate representation of color #AAA7BC: hue angle of 248.57º 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 #AAA7BC is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 167 | 188 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.26 |
| HSL | 248.57º | 0.14% | 0.7% | - |
| HSV(B) | 248.57º | 0.11% | 0.74% | - |
| XYZ | 39.47 | 39.81 | 53.18 | - |
| YUV | 170.29 | 137.99 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 188 | 0.10 | 0.11 | 0 | 0.26 | 248.57 | 0.14 | 0.7 |
| Hex | AA | A7 | BC | A | B | 0 | 1A | F9 | E | 46 |
| Octal | 252 | 247 | 274 | 12 | 13 | 0 | 32 | 371 | 16 | 106 |
| Binary | 10101010 | 10100111 | 10111100 | 1010 | 1011 | 0 | 11010 | 11111001 | 1110 | 1000110 |
Color Harmonies of #AAA7BC
Complementary color
Monochromatic Colors of #AAA7BC
Black with #AAA7BC
Text Example
Text Example
White with #AAA7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7BC; }
p { color: rgb(170,167,188); }
H1.HeaderClassName
{
color: #AAA7BC;
}
.AnyTagClassName
{
color: #AAA7BC;
}
</style>
background-color css
<style>
a { background-color: #AAA7BC; }
a { background-color: rgb(170,167,188); }
div.DivClassName
{
background-color: #AAA7BC;
}
.BgClassName
{
background-color: #AAA7BC;
}
</style>
border-color css
<style>
span { border-color: #AAA7BC; }
span { border-color: rgb(170,167,188); }
td.TdClassName
{
border-color: #AAA7BC;
}
.TagClassName
{
border-color: #AAA7BC;
}
</style>