Shades of Spun Pearl #AAA5BD
Tints of Spun Pearl #AAA5BD
RGB
CMYK
RGB Variations
Color information
#AAA5BD (or 0xAAA5BD) is known color: Spun Pearl. HEX triplet: AA, A5 and BD. RGB value is (170,165,189). Sum of RGB (Red+Green+Blue) = 170+165+189=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAA5BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5BD is #555A42. Grayscale: #A9A9A9. Windows color (decimal): -5593667 or 12428714. OLE color: 12428714.
HSL color Cylindrical-coordinate representation of color #AAA5BD: hue angle of 252.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAA5BD is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 165 | 189 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.26 |
| HSL | 252.5º | 0.15% | 0.69% | - |
| HSV(B) | 252.5º | 0.13% | 0.74% | - |
| XYZ | 39.22 | 39.13 | 53.63 | - |
| YUV | 169.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 189 | 0.10 | 0.13 | 0 | 0.26 | 252.5 | 0.15 | 0.69 |
| Hex | AA | A5 | BD | A | D | 0 | 1A | FD | F | 45 |
| Octal | 252 | 245 | 275 | 12 | 15 | 0 | 32 | 375 | 17 | 105 |
| Binary | 10101010 | 10100101 | 10111101 | 1010 | 1101 | 0 | 11010 | 11111101 | 1111 | 1000101 |
Color Harmonies of #AAA5BD
Complementary color
Monochromatic Colors of #AAA5BD
Black with #AAA5BD
Text Example
Text Example
White with #AAA5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA5BD; }
p { color: rgb(170,165,189); }
H1.HeaderClassName
{
color: #AAA5BD;
}
.AnyTagClassName
{
color: #AAA5BD;
}
</style>
background-color css
<style>
a { background-color: #AAA5BD; }
a { background-color: rgb(170,165,189); }
div.DivClassName
{
background-color: #AAA5BD;
}
.BgClassName
{
background-color: #AAA5BD;
}
</style>
border-color css
<style>
span { border-color: #AAA5BD; }
span { border-color: rgb(170,165,189); }
td.TdClassName
{
border-color: #AAA5BD;
}
.TagClassName
{
border-color: #AAA5BD;
}
</style>