Shades of Spun Pearl #AAA8B1
Tints of Spun Pearl #AAA8B1
RGB
CMYK
RGB Variations
Color information
#AAA8B1 (or 0xAAA8B1) is known color: Spun Pearl. HEX triplet: AA, A8 and B1. RGB value is (170,168,177). Sum of RGB (Red+Green+Blue) = 170+168+177=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 177 - color contains mainly: blue. Hex color #AAA8B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA8B1 is #55574E. Grayscale: #A9A9A9. Windows color (decimal): -5592911 or 11643050. OLE color: 11643050.
HSL color Cylindrical-coordinate representation of color #AAA8B1: hue angle of 253.33º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAA8B1 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 168 | 177 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.31 |
| HSL | 253.33º | 0.05% | 0.68% | - |
| HSV(B) | 253.33º | 0.05% | 0.69% | - |
| XYZ | 38.52 | 39.73 | 47.23 | - |
| YUV | 169.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 177 | 0.04 | 0.05 | 0 | 0.31 | 253.33 | 0.05 | 0.68 |
| Hex | AA | A8 | B1 | 4 | 5 | 0 | 1F | FD | 5 | 44 |
| Octal | 252 | 250 | 261 | 4 | 5 | 0 | 37 | 375 | 5 | 104 |
| Binary | 10101010 | 10101000 | 10110001 | 100 | 101 | 0 | 11111 | 11111101 | 101 | 1000100 |
Color Harmonies of #AAA8B1
Complementary color
Monochromatic Colors of #AAA8B1
Black with #AAA8B1
Text Example
Text Example
White with #AAA8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA8B1; }
p { color: rgb(170,168,177); }
H1.HeaderClassName
{
color: #AAA8B1;
}
.AnyTagClassName
{
color: #AAA8B1;
}
</style>
background-color css
<style>
a { background-color: #AAA8B1; }
a { background-color: rgb(170,168,177); }
div.DivClassName
{
background-color: #AAA8B1;
}
.BgClassName
{
background-color: #AAA8B1;
}
</style>
border-color css
<style>
span { border-color: #AAA8B1; }
span { border-color: rgb(170,168,177); }
td.TdClassName
{
border-color: #AAA8B1;
}
.TagClassName
{
border-color: #AAA8B1;
}
</style>