Shades of Spun Pearl #AEADB0
Tints of Spun Pearl #AEADB0
RGB
CMYK
RGB Variations
Color information
#AEADB0 (or 0xAEADB0) is known color: Spun Pearl. HEX triplet: AE, AD and B0. RGB value is (174,173,176). Sum of RGB (Red+Green+Blue) = 174+173+176=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 176 - color contains mainly: blue. Hex color #AEADB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEADB0 is #51524F. Grayscale: #ADADAD. Windows color (decimal): -5329488 or 11578798. OLE color: 11578798.
HSL color Cylindrical-coordinate representation of color #AEADB0: hue angle of 260º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AEADB0 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 174 | 173 | 176 | - |
CMYK | 0.01 | 0.02 | 0 | 0.31 |
HSL | 260º | 0.02% | 0.68% | - |
HSV(B) | 260º | 0.02% | 0.69% | - |
XYZ | 40.24 | 42.02 | 47.06 | - |
YUV | 173.64 | 129.33 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 173 | 176 | 0.01 | 0.02 | 0 | 0.31 | 260 | 0.02 | 0.68 |
Hex | AE | AD | B0 | 1 | 2 | 0 | 1F | 104 | 2 | 44 |
Octal | 256 | 255 | 260 | 1 | 2 | 0 | 37 | 404 | 2 | 104 |
Binary | 10101110 | 10101101 | 10110000 | 1 | 10 | 0 | 11111 | 100000100 | 10 | 1000100 |
Color Harmonies of #AEADB0
Complementary color
Monochromatic Colors of #AEADB0
Black with #AEADB0
Text Example
Text Example
White with #AEADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADB0; }
p { color: rgb(174,173,176); }
H1.HeaderClassName
{
color: #AEADB0;
}
.AnyTagClassName
{
color: #AEADB0;
}
</style>
background-color css
<style>
a { background-color: #AEADB0; }
a { background-color: rgb(174,173,176); }
div.DivClassName
{
background-color: #AEADB0;
}
.BgClassName
{
background-color: #AEADB0;
}
</style>
border-color css
<style>
span { border-color: #AEADB0; }
span { border-color: rgb(174,173,176); }
td.TdClassName
{
border-color: #AEADB0;
}
.TagClassName
{
border-color: #AEADB0;
}
</style>