Shades of Martini #AFA19D
Tints of Martini #AFA19D
RGB
CMYK
RGB Variations
Color information
#AFA19D (or 0xAFA19D) is known color: Martini. HEX triplet: AF, A1 and 9D. RGB value is (175,161,157). Sum of RGB (Red+Green+Blue) = 175+161+157=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA19D is #505E62. Grayscale: #A4A4A4. Windows color (decimal): -5267043 or 10330543. OLE color: 10330543.
HSL color Cylindrical-coordinate representation of color #AFA19D: hue angle of 13.33º 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 #AFA19D is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 161 | 157 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.31 |
| HSL | 13.33º | 0.1% | 0.65% | - |
| HSV(B) | 13.33º | 0.1% | 0.69% | - |
| XYZ | 36.51 | 37.04 | 37.12 | - |
| YUV | 164.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 157 | 0 | 0.08 | 0.10 | 0.31 | 13.33 | 0.1 | 0.65 |
| Hex | AF | A1 | 9D | 0 | 8 | A | 1F | D | A | 41 |
| Octal | 257 | 241 | 235 | 0 | 10 | 12 | 37 | 15 | 12 | 101 |
| Binary | 10101111 | 10100001 | 10011101 | 0 | 1000 | 1010 | 11111 | 1101 | 1010 | 1000001 |
Color Harmonies of #AFA19D
Complementary color
Monochromatic Colors of #AFA19D
Black with #AFA19D
Text Example
Text Example
White with #AFA19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA19D; }
p { color: rgb(175,161,157); }
H1.HeaderClassName
{
color: #AFA19D;
}
.AnyTagClassName
{
color: #AFA19D;
}
</style>
background-color css
<style>
a { background-color: #AFA19D; }
a { background-color: rgb(175,161,157); }
div.DivClassName
{
background-color: #AFA19D;
}
.BgClassName
{
background-color: #AFA19D;
}
</style>
border-color css
<style>
span { border-color: #AFA19D; }
span { border-color: rgb(175,161,157); }
td.TdClassName
{
border-color: #AFA19D;
}
.TagClassName
{
border-color: #AFA19D;
}
</style>