Shades of Spun Pearl #A8A6AF
Tints of Spun Pearl #A8A6AF
RGB
CMYK
RGB Variations
Color information
#A8A6AF (or 0xA8A6AF) is known color: Spun Pearl. HEX triplet: A8, A6 and AF. RGB value is (168,166,175). Sum of RGB (Red+Green+Blue) = 168+166+175=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 175 - color contains mainly: blue. Hex color #A8A6AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A6AF is #575950. Grayscale: #A7A7A7. Windows color (decimal): -5724497 or 11511464. OLE color: 11511464.
HSL color Cylindrical-coordinate representation of color #A8A6AF: hue angle of 253.33º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A8A6AF is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 168 | 166 | 175 | - |
CMYK | 0.04 | 0.05 | 0 | 0.31 |
HSL | 253.33º | 0.05% | 0.67% | - |
HSV(B) | 253.33º | 0.05% | 0.69% | - |
XYZ | 37.52 | 38.69 | 46.05 | - |
YUV | 167.62 | 132.16 | 128.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 166 | 175 | 0.04 | 0.05 | 0 | 0.31 | 253.33 | 0.05 | 0.67 |
Hex | A8 | A6 | AF | 4 | 5 | 0 | 1F | FD | 5 | 43 |
Octal | 250 | 246 | 257 | 4 | 5 | 0 | 37 | 375 | 5 | 103 |
Binary | 10101000 | 10100110 | 10101111 | 100 | 101 | 0 | 11111 | 11111101 | 101 | 1000011 |
Color Harmonies of #A8A6AF
Complementary color
Monochromatic Colors of #A8A6AF
Black with #A8A6AF
Text Example
Text Example
White with #A8A6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A6AF; }
p { color: rgb(168,166,175); }
H1.HeaderClassName
{
color: #A8A6AF;
}
.AnyTagClassName
{
color: #A8A6AF;
}
</style>
background-color css
<style>
a { background-color: #A8A6AF; }
a { background-color: rgb(168,166,175); }
div.DivClassName
{
background-color: #A8A6AF;
}
.BgClassName
{
background-color: #A8A6AF;
}
</style>
border-color css
<style>
span { border-color: #A8A6AF; }
span { border-color: rgb(168,166,175); }
td.TdClassName
{
border-color: #A8A6AF;
}
.TagClassName
{
border-color: #A8A6AF;
}
</style>