Shades of Spun Pearl #AAA5B8
Tints of Spun Pearl #AAA5B8
RGB
CMYK
RGB Variations
Color information
#AAA5B8 (or 0xAAA5B8) is known color: Spun Pearl. HEX triplet: AA, A5 and B8. RGB value is (170,165,184). Sum of RGB (Red+Green+Blue) = 170+165+184=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 184 - color contains mainly: blue. Hex color #AAA5B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5B8 is #555A47. Grayscale: #A8A8A8. Windows color (decimal): -5593672 or 12101034. OLE color: 12101034.
HSL color Cylindrical-coordinate representation of color #AAA5B8: hue angle of 255.79º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAA5B8 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 165 | 184 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.28 |
| HSL | 255.79º | 0.12% | 0.68% | - |
| HSV(B) | 255.79º | 0.1% | 0.72% | - |
| XYZ | 38.68 | 38.92 | 50.82 | - |
| YUV | 168.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 184 | 0.08 | 0.10 | 0 | 0.28 | 255.79 | 0.12 | 0.68 |
| Hex | AA | A5 | B8 | 8 | A | 0 | 1C | 100 | C | 44 |
| Octal | 252 | 245 | 270 | 10 | 12 | 0 | 34 | 400 | 14 | 104 |
| Binary | 10101010 | 10100101 | 10111000 | 1000 | 1010 | 0 | 11100 | 100000000 | 1100 | 1000100 |
Color Harmonies of #AAA5B8
Complementary color
Monochromatic Colors of #AAA5B8
Black with #AAA5B8
Text Example
Text Example
White with #AAA5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA5B8; }
p { color: rgb(170,165,184); }
H1.HeaderClassName
{
color: #AAA5B8;
}
.AnyTagClassName
{
color: #AAA5B8;
}
</style>
background-color css
<style>
a { background-color: #AAA5B8; }
a { background-color: rgb(170,165,184); }
div.DivClassName
{
background-color: #AAA5B8;
}
.BgClassName
{
background-color: #AAA5B8;
}
</style>
border-color css
<style>
span { border-color: #AAA5B8; }
span { border-color: rgb(170,165,184); }
td.TdClassName
{
border-color: #AAA5B8;
}
.TagClassName
{
border-color: #AAA5B8;
}
</style>