Shades of Spun Pearl #AAAAAF
Tints of Spun Pearl #AAAAAF
RGB
CMYK
RGB Variations
Color information
#AAAAAF (or 0xAAAAAF) is known color: Spun Pearl. HEX triplet: AA, AA and AF. RGB value is (170,170,175). Sum of RGB (Red+Green+Blue) = 170+170+175=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 175 - color contains mainly: blue. Hex color #AAAAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAAAF is #555550. Grayscale: #AAAAAA. Windows color (decimal): -5592401 or 11512490. OLE color: 11512490.
HSL color Cylindrical-coordinate representation of color #AAAAAF: hue angle of 240º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AAAAAF is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 170 | 170 | 175 | - |
CMYK | 0.03 | 0.03 | 0 | 0.31 |
HSL | 240º | 0.03% | 0.68% | - |
HSV(B) | 240º | 0.03% | 0.69% | - |
XYZ | 38.69 | 40.39 | 46.31 | - |
YUV | 170.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 170 | 175 | 0.03 | 0.03 | 0 | 0.31 | 240 | 0.03 | 0.68 |
Hex | AA | AA | AF | 3 | 3 | 0 | 1F | F0 | 3 | 44 |
Octal | 252 | 252 | 257 | 3 | 3 | 0 | 37 | 360 | 3 | 104 |
Binary | 10101010 | 10101010 | 10101111 | 11 | 11 | 0 | 11111 | 11110000 | 11 | 1000100 |
Color Harmonies of #AAAAAF
Complementary color
Monochromatic Colors of #AAAAAF
Black with #AAAAAF
Text Example
Text Example
White with #AAAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAAAF; }
p { color: rgb(170,170,175); }
H1.HeaderClassName
{
color: #AAAAAF;
}
.AnyTagClassName
{
color: #AAAAAF;
}
</style>
background-color css
<style>
a { background-color: #AAAAAF; }
a { background-color: rgb(170,170,175); }
div.DivClassName
{
background-color: #AAAAAF;
}
.BgClassName
{
background-color: #AAAAAF;
}
</style>
border-color css
<style>
span { border-color: #AAAAAF; }
span { border-color: rgb(170,170,175); }
td.TdClassName
{
border-color: #AAAAAF;
}
.TagClassName
{
border-color: #AAAAAF;
}
</style>