Shades of Martini #AFA8A6
Tints of Martini #AFA8A6
RGB
CMYK
RGB Variations
Color information
#AFA8A6 (or 0xAFA8A6) is known color: Martini. HEX triplet: AF, A8 and A6. RGB value is (175,168,166). Sum of RGB (Red+Green+Blue) = 175+168+166=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA8A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA8A6 is #505759. Grayscale: #A9A9A9. Windows color (decimal): -5265242 or 10922159. OLE color: 10922159.
HSL color Cylindrical-coordinate representation of color #AFA8A6: hue angle of 13.33º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFA8A6 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 166 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.31 |
| HSL | 13.33º | 0.05% | 0.67% | - |
| HSV(B) | 13.33º | 0.05% | 0.69% | - |
| XYZ | 38.56 | 39.87 | 41.74 | - |
| YUV | 169.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 166 | 0 | 0.04 | 0.05 | 0.31 | 13.33 | 0.05 | 0.67 |
| Hex | AF | A8 | A6 | 0 | 4 | 5 | 1F | D | 5 | 43 |
| Octal | 257 | 250 | 246 | 0 | 4 | 5 | 37 | 15 | 5 | 103 |
| Binary | 10101111 | 10101000 | 10100110 | 0 | 100 | 101 | 11111 | 1101 | 101 | 1000011 |
Color Harmonies of #AFA8A6
Complementary color
Monochromatic Colors of #AFA8A6
Black with #AFA8A6
Text Example
Text Example
White with #AFA8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA8A6; }
p { color: rgb(175,168,166); }
H1.HeaderClassName
{
color: #AFA8A6;
}
.AnyTagClassName
{
color: #AFA8A6;
}
</style>
background-color css
<style>
a { background-color: #AFA8A6; }
a { background-color: rgb(175,168,166); }
div.DivClassName
{
background-color: #AFA8A6;
}
.BgClassName
{
background-color: #AFA8A6;
}
</style>
border-color css
<style>
span { border-color: #AFA8A6; }
span { border-color: rgb(175,168,166); }
td.TdClassName
{
border-color: #AFA8A6;
}
.TagClassName
{
border-color: #AFA8A6;
}
</style>