Shades of Martini #AFA6A1
Tints of Martini #AFA6A1
RGB
CMYK
RGB Variations
Color information
#AFA6A1 (or 0xAFA6A1) is known color: Martini. HEX triplet: AF, A6 and A1. RGB value is (175,166,161). Sum of RGB (Red+Green+Blue) = 175+166+161=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA6A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA6A1 is #50595E. Grayscale: #A8A8A8. Windows color (decimal): -5265759 or 10593967. OLE color: 10593967.
HSL color Cylindrical-coordinate representation of color #AFA6A1: hue angle of 21.43º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFA6A1 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 161 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.31 |
| HSL | 21.43º | 0.08% | 0.66% | - |
| HSV(B) | 21.43º | 0.08% | 0.69% | - |
| XYZ | 37.75 | 38.96 | 39.25 | - |
| YUV | 168.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 161 | 0 | 0.05 | 0.08 | 0.31 | 21.43 | 0.08 | 0.66 |
| Hex | AF | A6 | A1 | 0 | 5 | 8 | 1F | 15 | 8 | 42 |
| Octal | 257 | 246 | 241 | 0 | 5 | 10 | 37 | 25 | 10 | 102 |
| Binary | 10101111 | 10100110 | 10100001 | 0 | 101 | 1000 | 11111 | 10101 | 1000 | 1000010 |
Color Harmonies of #AFA6A1
Complementary color
Monochromatic Colors of #AFA6A1
Black with #AFA6A1
Text Example
Text Example
White with #AFA6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA6A1; }
p { color: rgb(175,166,161); }
H1.HeaderClassName
{
color: #AFA6A1;
}
.AnyTagClassName
{
color: #AFA6A1;
}
</style>
background-color css
<style>
a { background-color: #AFA6A1; }
a { background-color: rgb(175,166,161); }
div.DivClassName
{
background-color: #AFA6A1;
}
.BgClassName
{
background-color: #AFA6A1;
}
</style>
border-color css
<style>
span { border-color: #AFA6A1; }
span { border-color: rgb(175,166,161); }
td.TdClassName
{
border-color: #AFA6A1;
}
.TagClassName
{
border-color: #AFA6A1;
}
</style>