Shades of Mischka #A8A9AB
Tints of Mischka #A8A9AB
RGB
CMYK
RGB Variations
Color information
#A8A9AB (or 0xA8A9AB) is known color: Mischka. HEX triplet: A8, A9 and AB. RGB value is (168,169,171). Sum of RGB (Red+Green+Blue) = 168+169+171=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 171 - color contains mainly: blue. Hex color #A8A9AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A9AB is #575654. Grayscale: #A8A8A8. Windows color (decimal): -5723733 or 11250088. OLE color: 11250088.
HSL color Cylindrical-coordinate representation of color #A8A9AB: 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 #A8A9AB is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 169 | 171 | - |
CMYK | 0.02 | 0.01 | 0 | 0.33 |
HSL | 220º | 0.02% | 0.66% | - |
HSV(B) | 220º | 0.02% | 0.67% | - |
XYZ | 37.69 | 39.64 | 44.19 | - |
YUV | 168.93 | 129.17 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 169 | 171 | 0.02 | 0.01 | 0 | 0.33 | 220 | 0.02 | 0.66 |
Hex | A8 | A9 | AB | 2 | 1 | 0 | 21 | DC | 2 | 42 |
Octal | 250 | 251 | 253 | 2 | 1 | 0 | 41 | 334 | 2 | 102 |
Binary | 10101000 | 10101001 | 10101011 | 10 | 1 | 0 | 100001 | 11011100 | 10 | 1000010 |
Color Harmonies of #A8A9AB
Complementary color
Monochromatic Colors of #A8A9AB
Black with #A8A9AB
Text Example
Text Example
White with #A8A9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A9AB; }
p { color: rgb(168,169,171); }
H1.HeaderClassName
{
color: #A8A9AB;
}
.AnyTagClassName
{
color: #A8A9AB;
}
</style>
background-color css
<style>
a { background-color: #A8A9AB; }
a { background-color: rgb(168,169,171); }
div.DivClassName
{
background-color: #A8A9AB;
}
.BgClassName
{
background-color: #A8A9AB;
}
</style>
border-color css
<style>
span { border-color: #A8A9AB; }
span { border-color: rgb(168,169,171); }
td.TdClassName
{
border-color: #A8A9AB;
}
.TagClassName
{
border-color: #A8A9AB;
}
</style>