Shades of Mischka #A7A8AA
Tints of Mischka #A7A8AA
RGB
CMYK
RGB Variations
Color information
#A7A8AA (or 0xA7A8AA) is known color: Mischka. HEX triplet: A7, A8 and AA. RGB value is (167,168,170). Sum of RGB (Red+Green+Blue) = 167+168+170=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 170 - color contains mainly: blue. Hex color #A7A8AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A8AA is #585755. Grayscale: #A7A7A7. Windows color (decimal): -5789526 or 11184295. OLE color: 11184295.
HSL color Cylindrical-coordinate representation of color #A7A8AA: hue angle of 220º 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 #A7A8AA is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 167 | 168 | 170 | - |
CMYK | 0.02 | 0.01 | 0 | 0.33 |
HSL | 220º | 0.02% | 0.66% | - |
HSV(B) | 220º | 0.02% | 0.67% | - |
XYZ | 37.19 | 39.12 | 43.62 | - |
YUV | 167.93 | 129.17 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 167 | 168 | 170 | 0.02 | 0.01 | 0 | 0.33 | 220 | 0.02 | 0.66 |
Hex | A7 | A8 | AA | 2 | 1 | 0 | 21 | DC | 2 | 42 |
Octal | 247 | 250 | 252 | 2 | 1 | 0 | 41 | 334 | 2 | 102 |
Binary | 10100111 | 10101000 | 10101010 | 10 | 1 | 0 | 100001 | 11011100 | 10 | 1000010 |
Color Harmonies of #A7A8AA
Complementary color
Monochromatic Colors of #A7A8AA
Black with #A7A8AA
Text Example
Text Example
White with #A7A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A8AA; }
p { color: rgb(167,168,170); }
H1.HeaderClassName
{
color: #A7A8AA;
}
.AnyTagClassName
{
color: #A7A8AA;
}
</style>
background-color css
<style>
a { background-color: #A7A8AA; }
a { background-color: rgb(167,168,170); }
div.DivClassName
{
background-color: #A7A8AA;
}
.BgClassName
{
background-color: #A7A8AA;
}
</style>
border-color css
<style>
span { border-color: #A7A8AA; }
span { border-color: rgb(167,168,170); }
td.TdClassName
{
border-color: #A7A8AA;
}
.TagClassName
{
border-color: #A7A8AA;
}
</style>