Shades of Spun Pearl #AAA6BD
Tints of Spun Pearl #AAA6BD
RGB
CMYK
RGB Variations
Color information
#AAA6BD (or 0xAAA6BD) is known color: Spun Pearl. HEX triplet: AA, A6 and BD. RGB value is (170,166,189). Sum of RGB (Red+Green+Blue) = 170+166+189=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAA6BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6BD is #555942. Grayscale: #A9A9A9. Windows color (decimal): -5593411 or 12428970. OLE color: 12428970.
HSL color Cylindrical-coordinate representation of color #AAA6BD: hue angle of 250.43º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAA6BD is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 166 | 189 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.26 |
| HSL | 250.43º | 0.15% | 0.7% | - |
| HSV(B) | 250.43º | 0.12% | 0.74% | - |
| XYZ | 39.4 | 39.49 | 53.69 | - |
| YUV | 169.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 189 | 0.10 | 0.12 | 0 | 0.26 | 250.43 | 0.15 | 0.7 |
| Hex | AA | A6 | BD | A | C | 0 | 1A | FA | F | 46 |
| Octal | 252 | 246 | 275 | 12 | 14 | 0 | 32 | 372 | 17 | 106 |
| Binary | 10101010 | 10100110 | 10111101 | 1010 | 1100 | 0 | 11010 | 11111010 | 1111 | 1000110 |
Color Harmonies of #AAA6BD
Complementary color
Monochromatic Colors of #AAA6BD
Black with #AAA6BD
Text Example
Text Example
White with #AAA6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6BD; }
p { color: rgb(170,166,189); }
H1.HeaderClassName
{
color: #AAA6BD;
}
.AnyTagClassName
{
color: #AAA6BD;
}
</style>
background-color css
<style>
a { background-color: #AAA6BD; }
a { background-color: rgb(170,166,189); }
div.DivClassName
{
background-color: #AAA6BD;
}
.BgClassName
{
background-color: #AAA6BD;
}
</style>
border-color css
<style>
span { border-color: #AAA6BD; }
span { border-color: rgb(170,166,189); }
td.TdClassName
{
border-color: #AAA6BD;
}
.TagClassName
{
border-color: #AAA6BD;
}
</style>