Shades of Mischka #A7A8AC
Tints of Mischka #A7A8AC
RGB
CMYK
RGB Variations
Color information
#A7A8AC (or 0xA7A8AC) is known color: Mischka. HEX triplet: A7, A8 and AC. RGB value is (167,168,172). Sum of RGB (Red+Green+Blue) = 167+168+172=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 172 - color contains mainly: blue. Hex color #A7A8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A8AC is #585753. Grayscale: #A8A8A8. Windows color (decimal): -5789524 or 11315367. OLE color: 11315367.
HSL color Cylindrical-coordinate representation of color #A7A8AC: hue angle of 228º 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 #A7A8AC is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 167 | 168 | 172 | - |
CMYK | 0.03 | 0.02 | 0 | 0.33 |
HSL | 228º | 0.03% | 0.66% | - |
HSV(B) | 228º | 0.03% | 0.67% | - |
XYZ | 37.39 | 39.2 | 44.63 | - |
YUV | 168.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 167 | 168 | 172 | 0.03 | 0.02 | 0 | 0.33 | 228 | 0.03 | 0.66 |
Hex | A7 | A8 | AC | 3 | 2 | 0 | 21 | E4 | 3 | 42 |
Octal | 247 | 250 | 254 | 3 | 2 | 0 | 41 | 344 | 3 | 102 |
Binary | 10100111 | 10101000 | 10101100 | 11 | 10 | 0 | 100001 | 11100100 | 11 | 1000010 |
Color Harmonies of #A7A8AC
Complementary color
Monochromatic Colors of #A7A8AC
Black with #A7A8AC
Text Example
Text Example
White with #A7A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A8AC; }
p { color: rgb(167,168,172); }
H1.HeaderClassName
{
color: #A7A8AC;
}
.AnyTagClassName
{
color: #A7A8AC;
}
</style>
background-color css
<style>
a { background-color: #A7A8AC; }
a { background-color: rgb(167,168,172); }
div.DivClassName
{
background-color: #A7A8AC;
}
.BgClassName
{
background-color: #A7A8AC;
}
</style>
border-color css
<style>
span { border-color: #A7A8AC; }
span { border-color: rgb(167,168,172); }
td.TdClassName
{
border-color: #A7A8AC;
}
.TagClassName
{
border-color: #A7A8AC;
}
</style>