Shades of Spun Pearl #AEABB7
Tints of Spun Pearl #AEABB7
RGB
CMYK
RGB Variations
Color information
#AEABB7 (or 0xAEABB7) is known color: Spun Pearl. HEX triplet: AE, AB and B7. RGB value is (174,171,183). Sum of RGB (Red+Green+Blue) = 174+171+183=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 183 - color contains mainly: blue. Hex color #AEABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABB7 is #515448. Grayscale: #ADADAD. Windows color (decimal): -5329993 or 12037038. OLE color: 12037038.
HSL color Cylindrical-coordinate representation of color #AEABB7: hue angle of 255º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEABB7 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 171 | 183 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.28 |
| HSL | 255º | 0.08% | 0.69% | - |
| HSV(B) | 255º | 0.07% | 0.72% | - |
| XYZ | 40.57 | 41.54 | 50.68 | - |
| YUV | 173.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 183 | 0.05 | 0.07 | 0 | 0.28 | 255 | 0.08 | 0.69 |
| Hex | AE | AB | B7 | 5 | 7 | 0 | 1C | FF | 8 | 45 |
| Octal | 256 | 253 | 267 | 5 | 7 | 0 | 34 | 377 | 10 | 105 |
| Binary | 10101110 | 10101011 | 10110111 | 101 | 111 | 0 | 11100 | 11111111 | 1000 | 1000101 |
Color Harmonies of #AEABB7
Complementary color
Monochromatic Colors of #AEABB7
Black with #AEABB7
Text Example
Text Example
White with #AEABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEABB7; }
p { color: rgb(174,171,183); }
H1.HeaderClassName
{
color: #AEABB7;
}
.AnyTagClassName
{
color: #AEABB7;
}
</style>
background-color css
<style>
a { background-color: #AEABB7; }
a { background-color: rgb(174,171,183); }
div.DivClassName
{
background-color: #AEABB7;
}
.BgClassName
{
background-color: #AEABB7;
}
</style>
border-color css
<style>
span { border-color: #AEABB7; }
span { border-color: rgb(174,171,183); }
td.TdClassName
{
border-color: #AEABB7;
}
.TagClassName
{
border-color: #AEABB7;
}
</style>