Shades of Mischka #A8A9AC
Tints of Mischka #A8A9AC
RGB
CMYK
RGB Variations
Color information
#A8A9AC (or 0xA8A9AC) is known color: Mischka. HEX triplet: A8, A9 and AC. RGB value is (168,169,172). Sum of RGB (Red+Green+Blue) = 168+169+172=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 172 - color contains mainly: blue. Hex color #A8A9AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A9AC is #575653. Grayscale: #A9A9A9. Windows color (decimal): -5723732 or 11315624. OLE color: 11315624.
HSL color Cylindrical-coordinate representation of color #A8A9AC: hue angle of 225º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A8A9AC is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 169 | 172 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.33 |
| HSL | 225º | 0.02% | 0.67% | - |
| HSV(B) | 225º | 0.02% | 0.67% | - |
| XYZ | 37.78 | 39.68 | 44.7 | - |
| YUV | 169.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 172 | 0.02 | 0.02 | 0 | 0.33 | 225 | 0.02 | 0.67 |
| Hex | A8 | A9 | AC | 2 | 2 | 0 | 21 | E1 | 2 | 43 |
| Octal | 250 | 251 | 254 | 2 | 2 | 0 | 41 | 341 | 2 | 103 |
| Binary | 10101000 | 10101001 | 10101100 | 10 | 10 | 0 | 100001 | 11100001 | 10 | 1000011 |
Color Harmonies of #A8A9AC
Complementary color
Monochromatic Colors of #A8A9AC
Black with #A8A9AC
Text Example
Text Example
White with #A8A9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A9AC; }
p { color: rgb(168,169,172); }
H1.HeaderClassName
{
color: #A8A9AC;
}
.AnyTagClassName
{
color: #A8A9AC;
}
</style>
background-color css
<style>
a { background-color: #A8A9AC; }
a { background-color: rgb(168,169,172); }
div.DivClassName
{
background-color: #A8A9AC;
}
.BgClassName
{
background-color: #A8A9AC;
}
</style>
border-color css
<style>
span { border-color: #A8A9AC; }
span { border-color: rgb(168,169,172); }
td.TdClassName
{
border-color: #A8A9AC;
}
.TagClassName
{
border-color: #A8A9AC;
}
</style>