Shades of Spun Pearl #AEAEB2
Tints of Spun Pearl #AEAEB2
RGB
CMYK
RGB Variations
Color information
#AEAEB2 (or 0xAEAEB2) is known color: Spun Pearl. HEX triplet: AE, AE and B2. RGB value is (174,174,178). Sum of RGB (Red+Green+Blue) = 174+174+178=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 178 - color contains mainly: blue. Hex color #AEAEB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEB2 is #51514D. Grayscale: #AEAEAE. Windows color (decimal): -5329230 or 11710126. OLE color: 11710126.
HSL color Cylindrical-coordinate representation of color #AEAEB2: hue angle of 240º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AEAEB2 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 174 | 174 | 178 | - |
CMYK | 0.02 | 0.02 | 0 | 0.30 |
HSL | 240º | 0.03% | 0.69% | - |
HSV(B) | 240º | 0.02% | 0.7% | - |
XYZ | 40.63 | 42.49 | 48.18 | - |
YUV | 174.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 174 | 178 | 0.02 | 0.02 | 0 | 0.30 | 240 | 0.03 | 0.69 |
Hex | AE | AE | B2 | 2 | 2 | 0 | 1E | F0 | 3 | 45 |
Octal | 256 | 256 | 262 | 2 | 2 | 0 | 36 | 360 | 3 | 105 |
Binary | 10101110 | 10101110 | 10110010 | 10 | 10 | 0 | 11110 | 11110000 | 11 | 1000101 |
Color Harmonies of #AEAEB2
Complementary color
Monochromatic Colors of #AEAEB2
Black with #AEAEB2
Text Example
Text Example
White with #AEAEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAEB2; }
p { color: rgb(174,174,178); }
H1.HeaderClassName
{
color: #AEAEB2;
}
.AnyTagClassName
{
color: #AEAEB2;
}
</style>
background-color css
<style>
a { background-color: #AEAEB2; }
a { background-color: rgb(174,174,178); }
div.DivClassName
{
background-color: #AEAEB2;
}
.BgClassName
{
background-color: #AEAEB2;
}
</style>
border-color css
<style>
span { border-color: #AEAEB2; }
span { border-color: rgb(174,174,178); }
td.TdClassName
{
border-color: #AEAEB2;
}
.TagClassName
{
border-color: #AEAEB2;
}
</style>