Shades of Spun Pearl #AEACB7
Tints of Spun Pearl #AEACB7
RGB
CMYK
RGB Variations
Color information
#AEACB7 (or 0xAEACB7) is known color: Spun Pearl. HEX triplet: AE, AC and B7. RGB value is (174,172,183). Sum of RGB (Red+Green+Blue) = 174+172+183=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 183 - color contains mainly: blue. Hex color #AEACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACB7 is #515348. Grayscale: #ADADAD. Windows color (decimal): -5329737 or 12037294. OLE color: 12037294.
HSL color Cylindrical-coordinate representation of color #AEACB7: hue angle of 250.91º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AEACB7 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 172 | 183 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.28 |
| HSL | 250.91º | 0.07% | 0.7% | - |
| HSV(B) | 250.91º | 0.06% | 0.72% | - |
| XYZ | 40.76 | 41.92 | 50.74 | - |
| YUV | 173.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 183 | 0.05 | 0.06 | 0 | 0.28 | 250.91 | 0.07 | 0.7 |
| Hex | AE | AC | B7 | 5 | 6 | 0 | 1C | FB | 7 | 46 |
| Octal | 256 | 254 | 267 | 5 | 6 | 0 | 34 | 373 | 7 | 106 |
| Binary | 10101110 | 10101100 | 10110111 | 101 | 110 | 0 | 11100 | 11111011 | 111 | 1000110 |
Color Harmonies of #AEACB7
Complementary color
Monochromatic Colors of #AEACB7
Black with #AEACB7
Text Example
Text Example
White with #AEACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACB7; }
p { color: rgb(174,172,183); }
H1.HeaderClassName
{
color: #AEACB7;
}
.AnyTagClassName
{
color: #AEACB7;
}
</style>
background-color css
<style>
a { background-color: #AEACB7; }
a { background-color: rgb(174,172,183); }
div.DivClassName
{
background-color: #AEACB7;
}
.BgClassName
{
background-color: #AEACB7;
}
</style>
border-color css
<style>
span { border-color: #AEACB7; }
span { border-color: rgb(174,172,183); }
td.TdClassName
{
border-color: #AEACB7;
}
.TagClassName
{
border-color: #AEACB7;
}
</style>