Shades of Spun Pearl #AAA5B3
Tints of Spun Pearl #AAA5B3
RGB
CMYK
RGB Variations
Color information
#AAA5B3 (or 0xAAA5B3) is known color: Spun Pearl. HEX triplet: AA, A5 and B3. RGB value is (170,165,179). Sum of RGB (Red+Green+Blue) = 170+165+179=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 179 - color contains mainly: blue. Hex color #AAA5B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5B3 is #555A4C. Grayscale: #A8A8A8. Windows color (decimal): -5593677 or 11773354. OLE color: 11773354.
HSL color Cylindrical-coordinate representation of color #AAA5B3: hue angle of 261.43º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAA5B3 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 165 | 179 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.30 |
| HSL | 261.43º | 0.08% | 0.67% | - |
| HSV(B) | 261.43º | 0.08% | 0.7% | - |
| XYZ | 38.17 | 38.71 | 48.11 | - |
| YUV | 168.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 179 | 0.05 | 0.08 | 0 | 0.30 | 261.43 | 0.08 | 0.67 |
| Hex | AA | A5 | B3 | 5 | 8 | 0 | 1E | 105 | 8 | 43 |
| Octal | 252 | 245 | 263 | 5 | 10 | 0 | 36 | 405 | 10 | 103 |
| Binary | 10101010 | 10100101 | 10110011 | 101 | 1000 | 0 | 11110 | 100000101 | 1000 | 1000011 |
Color Harmonies of #AAA5B3
Complementary color
Monochromatic Colors of #AAA5B3
Black with #AAA5B3
Text Example
Text Example
White with #AAA5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA5B3; }
p { color: rgb(170,165,179); }
H1.HeaderClassName
{
color: #AAA5B3;
}
.AnyTagClassName
{
color: #AAA5B3;
}
</style>
background-color css
<style>
a { background-color: #AAA5B3; }
a { background-color: rgb(170,165,179); }
div.DivClassName
{
background-color: #AAA5B3;
}
.BgClassName
{
background-color: #AAA5B3;
}
</style>
border-color css
<style>
span { border-color: #AAA5B3; }
span { border-color: rgb(170,165,179); }
td.TdClassName
{
border-color: #AAA5B3;
}
.TagClassName
{
border-color: #AAA5B3;
}
</style>