Shades of Spun Pearl #AAA4B4
Tints of Spun Pearl #AAA4B4
RGB
CMYK
RGB Variations
Color information
#AAA4B4 (or 0xAAA4B4) is known color: Spun Pearl. HEX triplet: AA, A4 and B4. RGB value is (170,164,180). Sum of RGB (Red+Green+Blue) = 170+164+180=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 180 - color contains mainly: blue. Hex color #AAA4B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4B4 is #555B4B. Grayscale: #A7A7A7. Windows color (decimal): -5593932 or 11838634. OLE color: 11838634.
HSL color Cylindrical-coordinate representation of color #AAA4B4: hue angle of 262.5º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAA4B4 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 164 | 180 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.29 |
| HSL | 262.5º | 0.1% | 0.67% | - |
| HSV(B) | 262.5º | 0.09% | 0.71% | - |
| XYZ | 38.09 | 38.39 | 48.58 | - |
| YUV | 167.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 180 | 0.06 | 0.09 | 0 | 0.29 | 262.5 | 0.1 | 0.67 |
| Hex | AA | A4 | B4 | 6 | 9 | 0 | 1D | 106 | A | 43 |
| Octal | 252 | 244 | 264 | 6 | 11 | 0 | 35 | 406 | 12 | 103 |
| Binary | 10101010 | 10100100 | 10110100 | 110 | 1001 | 0 | 11101 | 100000110 | 1010 | 1000011 |
Color Harmonies of #AAA4B4
Complementary color
Monochromatic Colors of #AAA4B4
Black with #AAA4B4
Text Example
Text Example
White with #AAA4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4B4; }
p { color: rgb(170,164,180); }
H1.HeaderClassName
{
color: #AAA4B4;
}
.AnyTagClassName
{
color: #AAA4B4;
}
</style>
background-color css
<style>
a { background-color: #AAA4B4; }
a { background-color: rgb(170,164,180); }
div.DivClassName
{
background-color: #AAA4B4;
}
.BgClassName
{
background-color: #AAA4B4;
}
</style>
border-color css
<style>
span { border-color: #AAA4B4; }
span { border-color: rgb(170,164,180); }
td.TdClassName
{
border-color: #AAA4B4;
}
.TagClassName
{
border-color: #AAA4B4;
}
</style>