Shades of Mischka #A6A8AC
Tints of Mischka #A6A8AC
RGB
CMYK
RGB Variations
Color information
#A6A8AC (or 0xA6A8AC) is known color: Mischka. HEX triplet: A6, A8 and AC. RGB value is (166,168,172). Sum of RGB (Red+Green+Blue) = 166+168+172=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 172 - color contains mainly: blue. Hex color #A6A8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A8AC is #595753. Grayscale: #A7A7A7. Windows color (decimal): -5855060 or 11315366. OLE color: 11315366.
HSL color Cylindrical-coordinate representation of color #A6A8AC: hue angle of 220º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A6A8AC is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 166 | 168 | 172 | - |
CMYK | 0.03 | 0.02 | 0 | 0.33 |
HSL | 220º | 0.03% | 0.66% | - |
HSV(B) | 220º | 0.03% | 0.67% | - |
XYZ | 37.17 | 39.09 | 44.62 | - |
YUV | 167.86 | 130.34 | 126.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 168 | 172 | 0.03 | 0.02 | 0 | 0.33 | 220 | 0.03 | 0.66 |
Hex | A6 | A8 | AC | 3 | 2 | 0 | 21 | DC | 3 | 42 |
Octal | 246 | 250 | 254 | 3 | 2 | 0 | 41 | 334 | 3 | 102 |
Binary | 10100110 | 10101000 | 10101100 | 11 | 10 | 0 | 100001 | 11011100 | 11 | 1000010 |
Color Harmonies of #A6A8AC
Complementary color
Monochromatic Colors of #A6A8AC
Black with #A6A8AC
Text Example
Text Example
White with #A6A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A8AC; }
p { color: rgb(166,168,172); }
H1.HeaderClassName
{
color: #A6A8AC;
}
.AnyTagClassName
{
color: #A6A8AC;
}
</style>
background-color css
<style>
a { background-color: #A6A8AC; }
a { background-color: rgb(166,168,172); }
div.DivClassName
{
background-color: #A6A8AC;
}
.BgClassName
{
background-color: #A6A8AC;
}
</style>
border-color css
<style>
span { border-color: #A6A8AC; }
span { border-color: rgb(166,168,172); }
td.TdClassName
{
border-color: #A6A8AC;
}
.TagClassName
{
border-color: #A6A8AC;
}
</style>