Shades of Martini #AFA49E
Tints of Martini #AFA49E
RGB
CMYK
RGB Variations
Color information
#AFA49E (or 0xAFA49E) is known color: Martini. HEX triplet: AF, A4 and 9E. RGB value is (175,164,158). Sum of RGB (Red+Green+Blue) = 175+164+158=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA49E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA49E is #505B61. Grayscale: #A6A6A6. Windows color (decimal): -5266274 or 10396847. OLE color: 10396847.
HSL color Cylindrical-coordinate representation of color #AFA49E: hue angle of 21.18º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFA49E is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 158 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.31 |
| HSL | 21.18º | 0.1% | 0.65% | - |
| HSV(B) | 21.18º | 0.1% | 0.69% | - |
| XYZ | 37.13 | 38.13 | 37.75 | - |
| YUV | 166.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 158 | 0 | 0.06 | 0.10 | 0.31 | 21.18 | 0.1 | 0.65 |
| Hex | AF | A4 | 9E | 0 | 6 | A | 1F | 15 | A | 41 |
| Octal | 257 | 244 | 236 | 0 | 6 | 12 | 37 | 25 | 12 | 101 |
| Binary | 10101111 | 10100100 | 10011110 | 0 | 110 | 1010 | 11111 | 10101 | 1010 | 1000001 |
Color Harmonies of #AFA49E
Complementary color
Monochromatic Colors of #AFA49E
Black with #AFA49E
Text Example
Text Example
White with #AFA49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA49E; }
p { color: rgb(175,164,158); }
H1.HeaderClassName
{
color: #AFA49E;
}
.AnyTagClassName
{
color: #AFA49E;
}
</style>
background-color css
<style>
a { background-color: #AFA49E; }
a { background-color: rgb(175,164,158); }
div.DivClassName
{
background-color: #AFA49E;
}
.BgClassName
{
background-color: #AFA49E;
}
</style>
border-color css
<style>
span { border-color: #AFA49E; }
span { border-color: rgb(175,164,158); }
td.TdClassName
{
border-color: #AFA49E;
}
.TagClassName
{
border-color: #AFA49E;
}
</style>