Shades of Spun Pearl #AEAEAF
Tints of Spun Pearl #AEAEAF
RGB
CMYK
RGB Variations
Color information
#AEAEAF (or 0xAEAEAF) is known color: Spun Pearl. HEX triplet: AE, AE and AF. RGB value is (174,174,175). Sum of RGB (Red+Green+Blue) = 174+174+175=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 175 - color contains mainly: blue. Hex color #AEAEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEAF is #515150. Grayscale: #AEAEAE. Windows color (decimal): -5329233 or 11513518. OLE color: 11513518.
HSL color Cylindrical-coordinate representation of color #AEAEAF: hue angle of 240º degrees, saturation: 0.01, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #AEAEAF is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 174 | 174 | 175 | - |
CMYK | 0.01 | 0.01 | 0 | 0.31 |
HSL | 240º | 0.01% | 0.68% | - |
HSV(B) | 240º | 0.01% | 0.69% | - |
XYZ | 40.33 | 42.37 | 46.61 | - |
YUV | 174.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 174 | 175 | 0.01 | 0.01 | 0 | 0.31 | 240 | 0.01 | 0.68 |
Hex | AE | AE | AF | 1 | 1 | 0 | 1F | F0 | 1 | 44 |
Octal | 256 | 256 | 257 | 1 | 1 | 0 | 37 | 360 | 1 | 104 |
Binary | 10101110 | 10101110 | 10101111 | 1 | 1 | 0 | 11111 | 11110000 | 1 | 1000100 |
Color Harmonies of #AEAEAF
Complementary color
Monochromatic Colors of #AEAEAF
Black with #AEAEAF
Text Example
Text Example
White with #AEAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAEAF; }
p { color: rgb(174,174,175); }
H1.HeaderClassName
{
color: #AEAEAF;
}
.AnyTagClassName
{
color: #AEAEAF;
}
</style>
background-color css
<style>
a { background-color: #AEAEAF; }
a { background-color: rgb(174,174,175); }
div.DivClassName
{
background-color: #AEAEAF;
}
.BgClassName
{
background-color: #AEAEAF;
}
</style>
border-color css
<style>
span { border-color: #AEAEAF; }
span { border-color: rgb(174,174,175); }
td.TdClassName
{
border-color: #AEAEAF;
}
.TagClassName
{
border-color: #AEAEAF;
}
</style>