Shades of Spun Pearl #AEAABD
Tints of Spun Pearl #AEAABD
RGB
CMYK
RGB Variations
Color information
#AEAABD (or 0xAEAABD) is known color: Spun Pearl. HEX triplet: AE, AA and BD. RGB value is (174,170,189). Sum of RGB (Red+Green+Blue) = 174+170+189=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 189 - color contains mainly: blue. Hex color #AEAABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAABD is #515542. Grayscale: #ADADAD. Windows color (decimal): -5330243 or 12429998. OLE color: 12429998.
HSL color Cylindrical-coordinate representation of color #AEAABD: hue angle of 252.63º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEAABD is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 170 | 189 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.26 |
| HSL | 252.63º | 0.13% | 0.7% | - |
| HSV(B) | 252.63º | 0.1% | 0.74% | - |
| XYZ | 41.02 | 41.42 | 53.98 | - |
| YUV | 173.36 | 136.83 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 189 | 0.08 | 0.10 | 0 | 0.26 | 252.63 | 0.13 | 0.7 |
| Hex | AE | AA | BD | 8 | A | 0 | 1A | FD | D | 46 |
| Octal | 256 | 252 | 275 | 10 | 12 | 0 | 32 | 375 | 15 | 106 |
| Binary | 10101110 | 10101010 | 10111101 | 1000 | 1010 | 0 | 11010 | 11111101 | 1101 | 1000110 |
Color Harmonies of #AEAABD
Complementary color
Monochromatic Colors of #AEAABD
Black with #AEAABD
Text Example
Text Example
White with #AEAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAABD; }
p { color: rgb(174,170,189); }
H1.HeaderClassName
{
color: #AEAABD;
}
.AnyTagClassName
{
color: #AEAABD;
}
</style>
background-color css
<style>
a { background-color: #AEAABD; }
a { background-color: rgb(174,170,189); }
div.DivClassName
{
background-color: #AEAABD;
}
.BgClassName
{
background-color: #AEAABD;
}
</style>
border-color css
<style>
span { border-color: #AEAABD; }
span { border-color: rgb(174,170,189); }
td.TdClassName
{
border-color: #AEAABD;
}
.TagClassName
{
border-color: #AEAABD;
}
</style>