Shades of Spun Pearl #A6A0B4
Tints of Spun Pearl #A6A0B4
RGB
CMYK
RGB Variations
Color information
#A6A0B4 (or 0xA6A0B4) is known color: Spun Pearl. HEX triplet: A6, A0 and B4. RGB value is (166,160,180). Sum of RGB (Red+Green+Blue) = 166+160+180=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 180 - color contains mainly: blue. Hex color #A6A0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A0B4 is #595F4B. Grayscale: #A4A4A4. Windows color (decimal): -5857100 or 11837606. OLE color: 11837606.
HSL color Cylindrical-coordinate representation of color #A6A0B4: hue angle of 258º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6A0B4 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 160 | 180 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.29 |
| HSL | 258º | 0.12% | 0.67% | - |
| HSV(B) | 258º | 0.11% | 0.71% | - |
| XYZ | 36.53 | 36.54 | 48.31 | - |
| YUV | 164.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 180 | 0.08 | 0.11 | 0 | 0.29 | 258 | 0.12 | 0.67 |
| Hex | A6 | A0 | B4 | 8 | B | 0 | 1D | 102 | C | 43 |
| Octal | 246 | 240 | 264 | 10 | 13 | 0 | 35 | 402 | 14 | 103 |
| Binary | 10100110 | 10100000 | 10110100 | 1000 | 1011 | 0 | 11101 | 100000010 | 1100 | 1000011 |
Color Harmonies of #A6A0B4
Complementary color
Monochromatic Colors of #A6A0B4
Black with #A6A0B4
Text Example
Text Example
White with #A6A0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A0B4; }
p { color: rgb(166,160,180); }
H1.HeaderClassName
{
color: #A6A0B4;
}
.AnyTagClassName
{
color: #A6A0B4;
}
</style>
background-color css
<style>
a { background-color: #A6A0B4; }
a { background-color: rgb(166,160,180); }
div.DivClassName
{
background-color: #A6A0B4;
}
.BgClassName
{
background-color: #A6A0B4;
}
</style>
border-color css
<style>
span { border-color: #A6A0B4; }
span { border-color: rgb(166,160,180); }
td.TdClassName
{
border-color: #A6A0B4;
}
.TagClassName
{
border-color: #A6A0B4;
}
</style>