Shades of Spun Pearl #A6A6AA
Tints of Spun Pearl #A6A6AA
RGB
CMYK
RGB Variations
Color information
#A6A6AA (or 0xA6A6AA) is known color: Spun Pearl. HEX triplet: A6, A6 and AA. RGB value is (166,166,170). Sum of RGB (Red+Green+Blue) = 166+166+170=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 170 - color contains mainly: blue. Hex color #A6A6AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A6AA is #595955. Grayscale: #A6A6A6. Windows color (decimal): -5855574 or 11183782. OLE color: 11183782.
HSL color Cylindrical-coordinate representation of color #A6A6AA: hue angle of 240º degrees, saturation: 0.02, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A6A6AA is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 166 | 166 | 170 | - |
CMYK | 0.02 | 0.02 | 0 | 0.33 |
HSL | 240º | 0.02% | 0.66% | - |
HSV(B) | 240º | 0.02% | 0.67% | - |
XYZ | 36.62 | 38.28 | 43.49 | - |
YUV | 166.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 166 | 170 | 0.02 | 0.02 | 0 | 0.33 | 240 | 0.02 | 0.66 |
Hex | A6 | A6 | AA | 2 | 2 | 0 | 21 | F0 | 2 | 42 |
Octal | 246 | 246 | 252 | 2 | 2 | 0 | 41 | 360 | 2 | 102 |
Binary | 10100110 | 10100110 | 10101010 | 10 | 10 | 0 | 100001 | 11110000 | 10 | 1000010 |
Color Harmonies of #A6A6AA
Complementary color
Monochromatic Colors of #A6A6AA
Black with #A6A6AA
Text Example
Text Example
White with #A6A6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A6AA; }
p { color: rgb(166,166,170); }
H1.HeaderClassName
{
color: #A6A6AA;
}
.AnyTagClassName
{
color: #A6A6AA;
}
</style>
background-color css
<style>
a { background-color: #A6A6AA; }
a { background-color: rgb(166,166,170); }
div.DivClassName
{
background-color: #A6A6AA;
}
.BgClassName
{
background-color: #A6A6AA;
}
</style>
border-color css
<style>
span { border-color: #A6A6AA; }
span { border-color: rgb(166,166,170); }
td.TdClassName
{
border-color: #A6A6AA;
}
.TagClassName
{
border-color: #A6A6AA;
}
</style>