Shades of Martini #AFAAA8
Tints of Martini #AFAAA8
RGB
CMYK
RGB Variations
Color information
#AFAAA8 (or 0xAFAAA8) is known color: Martini. HEX triplet: AF, AA and A8. RGB value is (175,170,168). Sum of RGB (Red+Green+Blue) = 175+170+168=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAAA8 is #505557. Grayscale: #ABABAB. Windows color (decimal): -5264728 or 11053743. OLE color: 11053743.
HSL color Cylindrical-coordinate representation of color #AFAAA8: hue angle of 17.14º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AFAAA8 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 170 | 168 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.31 |
| HSL | 17.14º | 0.04% | 0.67% | - |
| HSV(B) | 17.14º | 0.04% | 0.69% | - |
| XYZ | 39.12 | 40.69 | 42.84 | - |
| YUV | 171.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 168 | 0 | 0.03 | 0.04 | 0.31 | 17.14 | 0.04 | 0.67 |
| Hex | AF | AA | A8 | 0 | 3 | 4 | 1F | 11 | 4 | 43 |
| Octal | 257 | 252 | 250 | 0 | 3 | 4 | 37 | 21 | 4 | 103 |
| Binary | 10101111 | 10101010 | 10101000 | 0 | 11 | 100 | 11111 | 10001 | 100 | 1000011 |
Color Harmonies of #AFAAA8
Complementary color
Monochromatic Colors of #AFAAA8
Black with #AFAAA8
Text Example
Text Example
White with #AFAAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAAA8; }
p { color: rgb(175,170,168); }
H1.HeaderClassName
{
color: #AFAAA8;
}
.AnyTagClassName
{
color: #AFAAA8;
}
</style>
background-color css
<style>
a { background-color: #AFAAA8; }
a { background-color: rgb(175,170,168); }
div.DivClassName
{
background-color: #AFAAA8;
}
.BgClassName
{
background-color: #AFAAA8;
}
</style>
border-color css
<style>
span { border-color: #AFAAA8; }
span { border-color: rgb(175,170,168); }
td.TdClassName
{
border-color: #AFAAA8;
}
.TagClassName
{
border-color: #AFAAA8;
}
</style>