Shades of Spun Pearl #A8A4B6
Tints of Spun Pearl #A8A4B6
RGB
CMYK
RGB Variations
Color information
#A8A4B6 (or 0xA8A4B6) is known color: Spun Pearl. HEX triplet: A8, A4 and B6. RGB value is (168,164,182). Sum of RGB (Red+Green+Blue) = 168+164+182=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 182 - color contains mainly: blue. Hex color #A8A4B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A4B6 is #575B49. Grayscale: #A7A7A7. Windows color (decimal): -5725002 or 11969704. OLE color: 11969704.
HSL color Cylindrical-coordinate representation of color #A8A4B6: hue angle of 253.33º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8A4B6 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 164 | 182 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.29 |
| HSL | 253.33º | 0.11% | 0.68% | - |
| HSV(B) | 253.33º | 0.1% | 0.71% | - |
| XYZ | 37.87 | 38.25 | 49.64 | - |
| YUV | 167.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 164 | 182 | 0.08 | 0.10 | 0 | 0.29 | 253.33 | 0.11 | 0.68 |
| Hex | A8 | A4 | B6 | 8 | A | 0 | 1D | FD | B | 44 |
| Octal | 250 | 244 | 266 | 10 | 12 | 0 | 35 | 375 | 13 | 104 |
| Binary | 10101000 | 10100100 | 10110110 | 1000 | 1010 | 0 | 11101 | 11111101 | 1011 | 1000100 |
Color Harmonies of #A8A4B6
Complementary color
Monochromatic Colors of #A8A4B6
Black with #A8A4B6
Text Example
Text Example
White with #A8A4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A4B6; }
p { color: rgb(168,164,182); }
H1.HeaderClassName
{
color: #A8A4B6;
}
.AnyTagClassName
{
color: #A8A4B6;
}
</style>
background-color css
<style>
a { background-color: #A8A4B6; }
a { background-color: rgb(168,164,182); }
div.DivClassName
{
background-color: #A8A4B6;
}
.BgClassName
{
background-color: #A8A4B6;
}
</style>
border-color css
<style>
span { border-color: #A8A4B6; }
span { border-color: rgb(168,164,182); }
td.TdClassName
{
border-color: #A8A4B6;
}
.TagClassName
{
border-color: #A8A4B6;
}
</style>