Shades of Spun Pearl #AAAAB1
Tints of Spun Pearl #AAAAB1
RGB
CMYK
RGB Variations
Color information
#AAAAB1 (or 0xAAAAB1) is known color: Spun Pearl. HEX triplet: AA, AA and B1. RGB value is (170,170,177). Sum of RGB (Red+Green+Blue) = 170+170+177=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 177 - color contains mainly: blue. Hex color #AAAAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAAB1 is #55554E. Grayscale: #AAAAAA. Windows color (decimal): -5592399 or 11643562. OLE color: 11643562.
HSL color Cylindrical-coordinate representation of color #AAAAB1: hue angle of 240º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AAAAB1 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 170 | 177 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.31 |
| HSL | 240º | 0.04% | 0.68% | - |
| HSV(B) | 240º | 0.04% | 0.69% | - |
| XYZ | 38.89 | 40.47 | 47.36 | - |
| YUV | 170.8 | 131.5 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 177 | 0.04 | 0.04 | 0 | 0.31 | 240 | 0.04 | 0.68 |
| Hex | AA | AA | B1 | 4 | 4 | 0 | 1F | F0 | 4 | 44 |
| Octal | 252 | 252 | 261 | 4 | 4 | 0 | 37 | 360 | 4 | 104 |
| Binary | 10101010 | 10101010 | 10110001 | 100 | 100 | 0 | 11111 | 11110000 | 100 | 1000100 |
Color Harmonies of #AAAAB1
Complementary color
Monochromatic Colors of #AAAAB1
Black with #AAAAB1
Text Example
Text Example
White with #AAAAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAAB1; }
p { color: rgb(170,170,177); }
H1.HeaderClassName
{
color: #AAAAB1;
}
.AnyTagClassName
{
color: #AAAAB1;
}
</style>
background-color css
<style>
a { background-color: #AAAAB1; }
a { background-color: rgb(170,170,177); }
div.DivClassName
{
background-color: #AAAAB1;
}
.BgClassName
{
background-color: #AAAAB1;
}
</style>
border-color css
<style>
span { border-color: #AAAAB1; }
span { border-color: rgb(170,170,177); }
td.TdClassName
{
border-color: #AAAAB1;
}
.TagClassName
{
border-color: #AAAAB1;
}
</style>