Shades of Spun Pearl #A6A5AD
Tints of Spun Pearl #A6A5AD
RGB
CMYK
RGB Variations
Color information
#A6A5AD (or 0xA6A5AD) is known color: Spun Pearl. HEX triplet: A6, A5 and AD. RGB value is (166,165,173). Sum of RGB (Red+Green+Blue) = 166+165+173=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 173 - color contains mainly: blue. Hex color #A6A5AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A5AD is #595A52. Grayscale: #A6A6A6. Windows color (decimal): -5855827 or 11380134. OLE color: 11380134.
HSL color Cylindrical-coordinate representation of color #A6A5AD: hue angle of 247.5º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A6A5AD is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 165 | 173 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.32 |
| HSL | 247.5º | 0.05% | 0.66% | - |
| HSV(B) | 247.5º | 0.05% | 0.68% | - |
| XYZ | 36.72 | 38.03 | 44.94 | - |
| YUV | 166.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 165 | 173 | 0.04 | 0.05 | 0 | 0.32 | 247.5 | 0.05 | 0.66 |
| Hex | A6 | A5 | AD | 4 | 5 | 0 | 20 | F8 | 5 | 42 |
| Octal | 246 | 245 | 255 | 4 | 5 | 0 | 40 | 370 | 5 | 102 |
| Binary | 10100110 | 10100101 | 10101101 | 100 | 101 | 0 | 100000 | 11111000 | 101 | 1000010 |
Color Harmonies of #A6A5AD
Complementary color
Monochromatic Colors of #A6A5AD
Black with #A6A5AD
Text Example
Text Example
White with #A6A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A5AD; }
p { color: rgb(166,165,173); }
H1.HeaderClassName
{
color: #A6A5AD;
}
.AnyTagClassName
{
color: #A6A5AD;
}
</style>
background-color css
<style>
a { background-color: #A6A5AD; }
a { background-color: rgb(166,165,173); }
div.DivClassName
{
background-color: #A6A5AD;
}
.BgClassName
{
background-color: #A6A5AD;
}
</style>
border-color css
<style>
span { border-color: #A6A5AD; }
span { border-color: rgb(166,165,173); }
td.TdClassName
{
border-color: #A6A5AD;
}
.TagClassName
{
border-color: #A6A5AD;
}
</style>