Shades of Spun Pearl #AAA6BB
Tints of Spun Pearl #AAA6BB
RGB
CMYK
RGB Variations
Color information
#AAA6BB (or 0xAAA6BB) is known color: Spun Pearl. HEX triplet: AA, A6 and BB. RGB value is (170,166,187). Sum of RGB (Red+Green+Blue) = 170+166+187=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAA6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6BB is #555944. Grayscale: #A9A9A9. Windows color (decimal): -5593413 or 12297898. OLE color: 12297898.
HSL color Cylindrical-coordinate representation of color #AAA6BB: hue angle of 251.43º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAA6BB is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 166 | 187 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.27 |
| HSL | 251.43º | 0.13% | 0.69% | - |
| HSV(B) | 251.43º | 0.11% | 0.73% | - |
| XYZ | 39.18 | 39.41 | 52.55 | - |
| YUV | 169.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 187 | 0.09 | 0.11 | 0 | 0.27 | 251.43 | 0.13 | 0.69 |
| Hex | AA | A6 | BB | 9 | B | 0 | 1B | FB | D | 45 |
| Octal | 252 | 246 | 273 | 11 | 13 | 0 | 33 | 373 | 15 | 105 |
| Binary | 10101010 | 10100110 | 10111011 | 1001 | 1011 | 0 | 11011 | 11111011 | 1101 | 1000101 |
Color Harmonies of #AAA6BB
Complementary color
Monochromatic Colors of #AAA6BB
Black with #AAA6BB
Text Example
Text Example
White with #AAA6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6BB; }
p { color: rgb(170,166,187); }
H1.HeaderClassName
{
color: #AAA6BB;
}
.AnyTagClassName
{
color: #AAA6BB;
}
</style>
background-color css
<style>
a { background-color: #AAA6BB; }
a { background-color: rgb(170,166,187); }
div.DivClassName
{
background-color: #AAA6BB;
}
.BgClassName
{
background-color: #AAA6BB;
}
</style>
border-color css
<style>
span { border-color: #AAA6BB; }
span { border-color: rgb(170,166,187); }
td.TdClassName
{
border-color: #AAA6BB;
}
.TagClassName
{
border-color: #AAA6BB;
}
</style>