Shades of Spun Pearl #AEACB6
Tints of Spun Pearl #AEACB6
RGB
CMYK
RGB Variations
Color information
#AEACB6 (or 0xAEACB6) is known color: Spun Pearl. HEX triplet: AE, AC and B6. RGB value is (174,172,182). Sum of RGB (Red+Green+Blue) = 174+172+182=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 182 - color contains mainly: blue. Hex color #AEACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACB6 is #515349. Grayscale: #ADADAD. Windows color (decimal): -5329738 or 11971758. OLE color: 11971758.
HSL color Cylindrical-coordinate representation of color #AEACB6: hue angle of 252º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AEACB6 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 172 | 182 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.29 |
| HSL | 252º | 0.06% | 0.69% | - |
| HSV(B) | 252º | 0.05% | 0.71% | - |
| XYZ | 40.65 | 41.88 | 50.2 | - |
| YUV | 173.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 182 | 0.04 | 0.05 | 0 | 0.29 | 252 | 0.06 | 0.69 |
| Hex | AE | AC | B6 | 4 | 5 | 0 | 1D | FC | 6 | 45 |
| Octal | 256 | 254 | 266 | 4 | 5 | 0 | 35 | 374 | 6 | 105 |
| Binary | 10101110 | 10101100 | 10110110 | 100 | 101 | 0 | 11101 | 11111100 | 110 | 1000101 |
Color Harmonies of #AEACB6
Complementary color
Monochromatic Colors of #AEACB6
Black with #AEACB6
Text Example
Text Example
White with #AEACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACB6; }
p { color: rgb(174,172,182); }
H1.HeaderClassName
{
color: #AEACB6;
}
.AnyTagClassName
{
color: #AEACB6;
}
</style>
background-color css
<style>
a { background-color: #AEACB6; }
a { background-color: rgb(174,172,182); }
div.DivClassName
{
background-color: #AEACB6;
}
.BgClassName
{
background-color: #AEACB6;
}
</style>
border-color css
<style>
span { border-color: #AEACB6; }
span { border-color: rgb(174,172,182); }
td.TdClassName
{
border-color: #AEACB6;
}
.TagClassName
{
border-color: #AEACB6;
}
</style>