Shades of Mischka #A7A8AB
Tints of Mischka #A7A8AB
RGB
CMYK
RGB Variations
Color information
#A7A8AB (or 0xA7A8AB) is known color: Mischka. HEX triplet: A7, A8 and AB. RGB value is (167,168,171). Sum of RGB (Red+Green+Blue) = 167+168+171=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 171 - color contains mainly: blue. Hex color #A7A8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A8AB is #585754. Grayscale: #A8A8A8. Windows color (decimal): -5789525 or 11249831. OLE color: 11249831.
HSL color Cylindrical-coordinate representation of color #A7A8AB: hue angle of 225º 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 #A7A8AB is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 168 | 171 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.33 |
| HSL | 225º | 0.02% | 0.66% | - |
| HSV(B) | 225º | 0.02% | 0.67% | - |
| XYZ | 37.29 | 39.16 | 44.12 | - |
| YUV | 168.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 168 | 171 | 0.02 | 0.02 | 0 | 0.33 | 225 | 0.02 | 0.66 |
| Hex | A7 | A8 | AB | 2 | 2 | 0 | 21 | E1 | 2 | 42 |
| Octal | 247 | 250 | 253 | 2 | 2 | 0 | 41 | 341 | 2 | 102 |
| Binary | 10100111 | 10101000 | 10101011 | 10 | 10 | 0 | 100001 | 11100001 | 10 | 1000010 |
Color Harmonies of #A7A8AB
Complementary color
Monochromatic Colors of #A7A8AB
Black with #A7A8AB
Text Example
Text Example
White with #A7A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A8AB; }
p { color: rgb(167,168,171); }
H1.HeaderClassName
{
color: #A7A8AB;
}
.AnyTagClassName
{
color: #A7A8AB;
}
</style>
background-color css
<style>
a { background-color: #A7A8AB; }
a { background-color: rgb(167,168,171); }
div.DivClassName
{
background-color: #A7A8AB;
}
.BgClassName
{
background-color: #A7A8AB;
}
</style>
border-color css
<style>
span { border-color: #A7A8AB; }
span { border-color: rgb(167,168,171); }
td.TdClassName
{
border-color: #A7A8AB;
}
.TagClassName
{
border-color: #A7A8AB;
}
</style>