Shades of Spun Pearl #AEADB6
Tints of Spun Pearl #AEADB6
RGB
CMYK
RGB Variations
Color information
#AEADB6 (or 0xAEADB6) is known color: Spun Pearl. HEX triplet: AE, AD and B6. RGB value is (174,173,182). Sum of RGB (Red+Green+Blue) = 174+173+182=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 182 - color contains mainly: blue. Hex color #AEADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADB6 is #515249. Grayscale: #AEAEAE. Windows color (decimal): -5329482 or 11972014. OLE color: 11972014.
HSL color Cylindrical-coordinate representation of color #AEADB6: hue angle of 246.67º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AEADB6 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 173 | 182 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.29 |
| HSL | 246.67º | 0.06% | 0.7% | - |
| HSV(B) | 246.67º | 0.05% | 0.71% | - |
| XYZ | 40.84 | 42.26 | 50.26 | - |
| YUV | 174.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 182 | 0.04 | 0.05 | 0 | 0.29 | 246.67 | 0.06 | 0.7 |
| Hex | AE | AD | B6 | 4 | 5 | 0 | 1D | F7 | 6 | 46 |
| Octal | 256 | 255 | 266 | 4 | 5 | 0 | 35 | 367 | 6 | 106 |
| Binary | 10101110 | 10101101 | 10110110 | 100 | 101 | 0 | 11101 | 11110111 | 110 | 1000110 |
Color Harmonies of #AEADB6
Complementary color
Monochromatic Colors of #AEADB6
Black with #AEADB6
Text Example
Text Example
White with #AEADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADB6; }
p { color: rgb(174,173,182); }
H1.HeaderClassName
{
color: #AEADB6;
}
.AnyTagClassName
{
color: #AEADB6;
}
</style>
background-color css
<style>
a { background-color: #AEADB6; }
a { background-color: rgb(174,173,182); }
div.DivClassName
{
background-color: #AEADB6;
}
.BgClassName
{
background-color: #AEADB6;
}
</style>
border-color css
<style>
span { border-color: #AEADB6; }
span { border-color: rgb(174,173,182); }
td.TdClassName
{
border-color: #AEADB6;
}
.TagClassName
{
border-color: #AEADB6;
}
</style>