Shades of Spun Pearl #AEADB5
Tints of Spun Pearl #AEADB5
RGB
CMYK
RGB Variations
Color information
#AEADB5 (or 0xAEADB5) is known color: Spun Pearl. HEX triplet: AE, AD and B5. RGB value is (174,173,181). Sum of RGB (Red+Green+Blue) = 174+173+181=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 181 - color contains mainly: blue. Hex color #AEADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADB5 is #51524A. Grayscale: #AEAEAE. Windows color (decimal): -5329483 or 11906478. OLE color: 11906478.
HSL color Cylindrical-coordinate representation of color #AEADB5: hue angle of 247.5º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AEADB5 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 174 | 173 | 181 | - |
CMYK | 0.04 | 0.04 | 0 | 0.29 |
HSL | 247.5º | 0.05% | 0.69% | - |
HSV(B) | 247.5º | 0.04% | 0.71% | - |
XYZ | 40.74 | 42.22 | 49.72 | - |
YUV | 174.21 | 131.83 | 127.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 173 | 181 | 0.04 | 0.04 | 0 | 0.29 | 247.5 | 0.05 | 0.69 |
Hex | AE | AD | B5 | 4 | 4 | 0 | 1D | F8 | 5 | 45 |
Octal | 256 | 255 | 265 | 4 | 4 | 0 | 35 | 370 | 5 | 105 |
Binary | 10101110 | 10101101 | 10110101 | 100 | 100 | 0 | 11101 | 11111000 | 101 | 1000101 |
Color Harmonies of #AEADB5
Complementary color
Monochromatic Colors of #AEADB5
Black with #AEADB5
Text Example
Text Example
White with #AEADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADB5; }
p { color: rgb(174,173,181); }
H1.HeaderClassName
{
color: #AEADB5;
}
.AnyTagClassName
{
color: #AEADB5;
}
</style>
background-color css
<style>
a { background-color: #AEADB5; }
a { background-color: rgb(174,173,181); }
div.DivClassName
{
background-color: #AEADB5;
}
.BgClassName
{
background-color: #AEADB5;
}
</style>
border-color css
<style>
span { border-color: #AEADB5; }
span { border-color: rgb(174,173,181); }
td.TdClassName
{
border-color: #AEADB5;
}
.TagClassName
{
border-color: #AEADB5;
}
</style>