Shades of Spun Pearl #A8A9B5
Tints of Spun Pearl #A8A9B5
RGB
CMYK
RGB Variations
Color information
#A8A9B5 (or 0xA8A9B5) is known color: Spun Pearl. HEX triplet: A8, A9 and B5. RGB value is (168,169,181). Sum of RGB (Red+Green+Blue) = 168+169+181=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 181 - color contains mainly: blue. Hex color #A8A9B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A9B5 is #57564A. Grayscale: #AAAAAA. Windows color (decimal): -5723723 or 11905448. OLE color: 11905448.
HSL color Cylindrical-coordinate representation of color #A8A9B5: hue angle of 235.38º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A8A9B5 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 169 | 181 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.29 |
| HSL | 235.38º | 0.08% | 0.68% | - |
| HSV(B) | 235.38º | 0.07% | 0.71% | - |
| XYZ | 38.68 | 40.04 | 49.41 | - |
| YUV | 170.07 | 134.17 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 181 | 0.07 | 0.07 | 0 | 0.29 | 235.38 | 0.08 | 0.68 |
| Hex | A8 | A9 | B5 | 7 | 7 | 0 | 1D | EB | 8 | 44 |
| Octal | 250 | 251 | 265 | 7 | 7 | 0 | 35 | 353 | 10 | 104 |
| Binary | 10101000 | 10101001 | 10110101 | 111 | 111 | 0 | 11101 | 11101011 | 1000 | 1000100 |
Color Harmonies of #A8A9B5
Complementary color
Monochromatic Colors of #A8A9B5
Black with #A8A9B5
Text Example
Text Example
White with #A8A9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A9B5; }
p { color: rgb(168,169,181); }
H1.HeaderClassName
{
color: #A8A9B5;
}
.AnyTagClassName
{
color: #A8A9B5;
}
</style>
background-color css
<style>
a { background-color: #A8A9B5; }
a { background-color: rgb(168,169,181); }
div.DivClassName
{
background-color: #A8A9B5;
}
.BgClassName
{
background-color: #A8A9B5;
}
</style>
border-color css
<style>
span { border-color: #A8A9B5; }
span { border-color: rgb(168,169,181); }
td.TdClassName
{
border-color: #A8A9B5;
}
.TagClassName
{
border-color: #A8A9B5;
}
</style>