Shades of Mischka #A5A8AF
Tints of Mischka #A5A8AF
RGB
CMYK
RGB Variations
Color information
#A5A8AF (or 0xA5A8AF) is known color: Mischka. HEX triplet: A5, A8 and AF. RGB value is (165,168,175). Sum of RGB (Red+Green+Blue) = 165+168+175=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 175 - color contains mainly: blue. Hex color #A5A8AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A8AF is #5A5750. Grayscale: #A7A7A7. Windows color (decimal): -5920593 or 11511973. OLE color: 11511973.
HSL color Cylindrical-coordinate representation of color #A5A8AF: hue angle of 222º degrees, saturation: 0.06, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A5A8AF is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 168 | 175 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.31 |
| HSL | 222º | 0.06% | 0.67% | - |
| HSV(B) | 222º | 0.06% | 0.69% | - |
| XYZ | 37.26 | 39.1 | 46.14 | - |
| YUV | 167.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 168 | 175 | 0.06 | 0.04 | 0 | 0.31 | 222 | 0.06 | 0.67 |
| Hex | A5 | A8 | AF | 6 | 4 | 0 | 1F | DE | 6 | 43 |
| Octal | 245 | 250 | 257 | 6 | 4 | 0 | 37 | 336 | 6 | 103 |
| Binary | 10100101 | 10101000 | 10101111 | 110 | 100 | 0 | 11111 | 11011110 | 110 | 1000011 |
Color Harmonies of #A5A8AF
Complementary color
Monochromatic Colors of #A5A8AF
Black with #A5A8AF
Text Example
Text Example
White with #A5A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A8AF; }
p { color: rgb(165,168,175); }
H1.HeaderClassName
{
color: #A5A8AF;
}
.AnyTagClassName
{
color: #A5A8AF;
}
</style>
background-color css
<style>
a { background-color: #A5A8AF; }
a { background-color: rgb(165,168,175); }
div.DivClassName
{
background-color: #A5A8AF;
}
.BgClassName
{
background-color: #A5A8AF;
}
</style>
border-color css
<style>
span { border-color: #A5A8AF; }
span { border-color: rgb(165,168,175); }
td.TdClassName
{
border-color: #A5A8AF;
}
.TagClassName
{
border-color: #A5A8AF;
}
</style>