Shades of Spun Pearl #AEABB5
Tints of Spun Pearl #AEABB5
RGB
CMYK
RGB Variations
Color information
#AEABB5 (or 0xAEABB5) is known color: Spun Pearl. HEX triplet: AE, AB and B5. RGB value is (174,171,181). Sum of RGB (Red+Green+Blue) = 174+171+181=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 181 - color contains mainly: blue. Hex color #AEABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABB5 is #51544A. Grayscale: #ADADAD. Windows color (decimal): -5329995 or 11905966. OLE color: 11905966.
HSL color Cylindrical-coordinate representation of color #AEABB5: hue angle of 258º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AEABB5 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 174 | 171 | 181 | - |
CMYK | 0.04 | 0.06 | 0 | 0.29 |
HSL | 258º | 0.06% | 0.69% | - |
HSV(B) | 258º | 0.06% | 0.71% | - |
XYZ | 40.36 | 41.46 | 49.59 | - |
YUV | 173.04 | 132.49 | 128.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 171 | 181 | 0.04 | 0.06 | 0 | 0.29 | 258 | 0.06 | 0.69 |
Hex | AE | AB | B5 | 4 | 6 | 0 | 1D | 102 | 6 | 45 |
Octal | 256 | 253 | 265 | 4 | 6 | 0 | 35 | 402 | 6 | 105 |
Binary | 10101110 | 10101011 | 10110101 | 100 | 110 | 0 | 11101 | 100000010 | 110 | 1000101 |
Color Harmonies of #AEABB5
Complementary color
Monochromatic Colors of #AEABB5
Black with #AEABB5
Text Example
Text Example
White with #AEABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEABB5; }
p { color: rgb(174,171,181); }
H1.HeaderClassName
{
color: #AEABB5;
}
.AnyTagClassName
{
color: #AEABB5;
}
</style>
background-color css
<style>
a { background-color: #AEABB5; }
a { background-color: rgb(174,171,181); }
div.DivClassName
{
background-color: #AEABB5;
}
.BgClassName
{
background-color: #AEABB5;
}
</style>
border-color css
<style>
span { border-color: #AEABB5; }
span { border-color: rgb(174,171,181); }
td.TdClassName
{
border-color: #AEABB5;
}
.TagClassName
{
border-color: #AEABB5;
}
</style>