Shades of Spun Pearl #AAA4B8
Tints of Spun Pearl #AAA4B8
RGB
CMYK
RGB Variations
Color information
#AAA4B8 (or 0xAAA4B8) is known color: Spun Pearl. HEX triplet: AA, A4 and B8. RGB value is (170,164,184). Sum of RGB (Red+Green+Blue) = 170+164+184=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 184 - color contains mainly: blue. Hex color #AAA4B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4B8 is #555B47. Grayscale: #A8A8A8. Windows color (decimal): -5593928 or 12100778. OLE color: 12100778.
HSL color Cylindrical-coordinate representation of color #AAA4B8: hue angle of 258º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAA4B8 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 164 | 184 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.28 |
| HSL | 258º | 0.12% | 0.68% | - |
| HSV(B) | 258º | 0.11% | 0.72% | - |
| XYZ | 38.5 | 38.56 | 50.76 | - |
| YUV | 168.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 184 | 0.08 | 0.11 | 0 | 0.28 | 258 | 0.12 | 0.68 |
| Hex | AA | A4 | B8 | 8 | B | 0 | 1C | 102 | C | 44 |
| Octal | 252 | 244 | 270 | 10 | 13 | 0 | 34 | 402 | 14 | 104 |
| Binary | 10101010 | 10100100 | 10111000 | 1000 | 1011 | 0 | 11100 | 100000010 | 1100 | 1000100 |
Color Harmonies of #AAA4B8
Complementary color
Monochromatic Colors of #AAA4B8
Black with #AAA4B8
Text Example
Text Example
White with #AAA4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4B8; }
p { color: rgb(170,164,184); }
H1.HeaderClassName
{
color: #AAA4B8;
}
.AnyTagClassName
{
color: #AAA4B8;
}
</style>
background-color css
<style>
a { background-color: #AAA4B8; }
a { background-color: rgb(170,164,184); }
div.DivClassName
{
background-color: #AAA4B8;
}
.BgClassName
{
background-color: #AAA4B8;
}
</style>
border-color css
<style>
span { border-color: #AAA4B8; }
span { border-color: rgb(170,164,184); }
td.TdClassName
{
border-color: #AAA4B8;
}
.TagClassName
{
border-color: #AAA4B8;
}
</style>