Shades of Spun Pearl #AEAABC
Tints of Spun Pearl #AEAABC
RGB
CMYK
RGB Variations
Color information
#AEAABC (or 0xAEAABC) is known color: Spun Pearl. HEX triplet: AE, AA and BC. RGB value is (174,170,188). Sum of RGB (Red+Green+Blue) = 174+170+188=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #AEAABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAABC is #515543. Grayscale: #ADADAD. Windows color (decimal): -5330244 or 12364462. OLE color: 12364462.
HSL color Cylindrical-coordinate representation of color #AEAABC: hue angle of 253.33º degrees, saturation: 0.12, 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 #AEAABC is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 170 | 188 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.26 |
| HSL | 253.33º | 0.12% | 0.7% | - |
| HSV(B) | 253.33º | 0.1% | 0.74% | - |
| XYZ | 40.91 | 41.38 | 53.41 | - |
| YUV | 173.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 188 | 0.07 | 0.10 | 0 | 0.26 | 253.33 | 0.12 | 0.7 |
| Hex | AE | AA | BC | 7 | A | 0 | 1A | FD | C | 46 |
| Octal | 256 | 252 | 274 | 7 | 12 | 0 | 32 | 375 | 14 | 106 |
| Binary | 10101110 | 10101010 | 10111100 | 111 | 1010 | 0 | 11010 | 11111101 | 1100 | 1000110 |
Color Harmonies of #AEAABC
Complementary color
Monochromatic Colors of #AEAABC
Black with #AEAABC
Text Example
Text Example
White with #AEAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAABC; }
p { color: rgb(174,170,188); }
H1.HeaderClassName
{
color: #AEAABC;
}
.AnyTagClassName
{
color: #AEAABC;
}
</style>
background-color css
<style>
a { background-color: #AEAABC; }
a { background-color: rgb(174,170,188); }
div.DivClassName
{
background-color: #AEAABC;
}
.BgClassName
{
background-color: #AEAABC;
}
</style>
border-color css
<style>
span { border-color: #AEAABC; }
span { border-color: rgb(174,170,188); }
td.TdClassName
{
border-color: #AEAABC;
}
.TagClassName
{
border-color: #AEAABC;
}
</style>