Shades of Spun Pearl #AAA8AF
Tints of Spun Pearl #AAA8AF
RGB
CMYK
RGB Variations
Color information
#AAA8AF (or 0xAAA8AF) is known color: Spun Pearl. HEX triplet: AA, A8 and AF. RGB value is (170,168,175). Sum of RGB (Red+Green+Blue) = 170+168+175=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 175 - color contains mainly: blue. Hex color #AAA8AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA8AF is #555750. Grayscale: #A9A9A9. Windows color (decimal): -5592913 or 11511978. OLE color: 11511978.
HSL color Cylindrical-coordinate representation of color #AAA8AF: hue angle of 257.14º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AAA8AF is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 170 | 168 | 175 | - |
CMYK | 0.03 | 0.04 | 0 | 0.31 |
HSL | 257.14º | 0.04% | 0.67% | - |
HSV(B) | 257.14º | 0.04% | 0.69% | - |
XYZ | 38.32 | 39.65 | 46.19 | - |
YUV | 169.4 | 131.16 | 128.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 168 | 175 | 0.03 | 0.04 | 0 | 0.31 | 257.14 | 0.04 | 0.67 |
Hex | AA | A8 | AF | 3 | 4 | 0 | 1F | 101 | 4 | 43 |
Octal | 252 | 250 | 257 | 3 | 4 | 0 | 37 | 401 | 4 | 103 |
Binary | 10101010 | 10101000 | 10101111 | 11 | 100 | 0 | 11111 | 100000001 | 100 | 1000011 |
Color Harmonies of #AAA8AF
Complementary color
Monochromatic Colors of #AAA8AF
Black with #AAA8AF
Text Example
Text Example
White with #AAA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA8AF; }
p { color: rgb(170,168,175); }
H1.HeaderClassName
{
color: #AAA8AF;
}
.AnyTagClassName
{
color: #AAA8AF;
}
</style>
background-color css
<style>
a { background-color: #AAA8AF; }
a { background-color: rgb(170,168,175); }
div.DivClassName
{
background-color: #AAA8AF;
}
.BgClassName
{
background-color: #AAA8AF;
}
</style>
border-color css
<style>
span { border-color: #AAA8AF; }
span { border-color: rgb(170,168,175); }
td.TdClassName
{
border-color: #AAA8AF;
}
.TagClassName
{
border-color: #AAA8AF;
}
</style>