Shades of Spun Pearl #AAA5B5
Tints of Spun Pearl #AAA5B5
RGB
CMYK
RGB Variations
Color information
#AAA5B5 (or 0xAAA5B5) is known color: Spun Pearl. HEX triplet: AA, A5 and B5. RGB value is (170,165,181). Sum of RGB (Red+Green+Blue) = 170+165+181=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 181 - color contains mainly: blue. Hex color #AAA5B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5B5 is #555A4A. Grayscale: #A8A8A8. Windows color (decimal): -5593675 or 11904426. OLE color: 11904426.
HSL color Cylindrical-coordinate representation of color #AAA5B5: hue angle of 258.75º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAA5B5 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 165 | 181 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.29 |
| HSL | 258.75º | 0.1% | 0.68% | - |
| HSV(B) | 258.75º | 0.09% | 0.71% | - |
| XYZ | 38.37 | 38.79 | 49.18 | - |
| YUV | 168.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 181 | 0.06 | 0.09 | 0 | 0.29 | 258.75 | 0.1 | 0.68 |
| Hex | AA | A5 | B5 | 6 | 9 | 0 | 1D | 103 | A | 44 |
| Octal | 252 | 245 | 265 | 6 | 11 | 0 | 35 | 403 | 12 | 104 |
| Binary | 10101010 | 10100101 | 10110101 | 110 | 1001 | 0 | 11101 | 100000011 | 1010 | 1000100 |
Color Harmonies of #AAA5B5
Complementary color
Monochromatic Colors of #AAA5B5
Black with #AAA5B5
Text Example
Text Example
White with #AAA5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA5B5; }
p { color: rgb(170,165,181); }
H1.HeaderClassName
{
color: #AAA5B5;
}
.AnyTagClassName
{
color: #AAA5B5;
}
</style>
background-color css
<style>
a { background-color: #AAA5B5; }
a { background-color: rgb(170,165,181); }
div.DivClassName
{
background-color: #AAA5B5;
}
.BgClassName
{
background-color: #AAA5B5;
}
</style>
border-color css
<style>
span { border-color: #AAA5B5; }
span { border-color: rgb(170,165,181); }
td.TdClassName
{
border-color: #AAA5B5;
}
.TagClassName
{
border-color: #AAA5B5;
}
</style>