Shades of Spun Pearl #AEADB9
Tints of Spun Pearl #AEADB9
RGB
CMYK
RGB Variations
Color information
#AEADB9 (or 0xAEADB9) is known color: Spun Pearl. HEX triplet: AE, AD and B9. RGB value is (174,173,185). Sum of RGB (Red+Green+Blue) = 174+173+185=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 185 - color contains mainly: blue. Hex color #AEADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADB9 is #515246. Grayscale: #AEAEAE. Windows color (decimal): -5329479 or 12168622. OLE color: 12168622.
HSL color Cylindrical-coordinate representation of color #AEADB9: hue angle of 245º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AEADB9 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 173 | 185 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.27 |
| HSL | 245º | 0.08% | 0.7% | - |
| HSV(B) | 245º | 0.06% | 0.73% | - |
| XYZ | 41.16 | 42.39 | 51.91 | - |
| YUV | 174.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 185 | 0.06 | 0.06 | 0 | 0.27 | 245 | 0.08 | 0.7 |
| Hex | AE | AD | B9 | 6 | 6 | 0 | 1B | F5 | 8 | 46 |
| Octal | 256 | 255 | 271 | 6 | 6 | 0 | 33 | 365 | 10 | 106 |
| Binary | 10101110 | 10101101 | 10111001 | 110 | 110 | 0 | 11011 | 11110101 | 1000 | 1000110 |
Color Harmonies of #AEADB9
Complementary color
Monochromatic Colors of #AEADB9
Black with #AEADB9
Text Example
Text Example
White with #AEADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADB9; }
p { color: rgb(174,173,185); }
H1.HeaderClassName
{
color: #AEADB9;
}
.AnyTagClassName
{
color: #AEADB9;
}
</style>
background-color css
<style>
a { background-color: #AEADB9; }
a { background-color: rgb(174,173,185); }
div.DivClassName
{
background-color: #AEADB9;
}
.BgClassName
{
background-color: #AEADB9;
}
</style>
border-color css
<style>
span { border-color: #AEADB9; }
span { border-color: rgb(174,173,185); }
td.TdClassName
{
border-color: #AEADB9;
}
.TagClassName
{
border-color: #AEADB9;
}
</style>