Shades of Martini #AFA49D
Tints of Martini #AFA49D
RGB
CMYK
RGB Variations
Color information
#AFA49D (or 0xAFA49D) is known color: Martini. HEX triplet: AF, A4 and 9D. RGB value is (175,164,157). Sum of RGB (Red+Green+Blue) = 175+164+157=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA49D is #505B62. Grayscale: #A6A6A6. Windows color (decimal): -5266275 or 10331311. OLE color: 10331311.
HSL color Cylindrical-coordinate representation of color #AFA49D: hue angle of 23.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 #AFA49D is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 157 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.31 |
| HSL | 23.33º | 0.1% | 0.65% | - |
| HSV(B) | 23.33º | 0.1% | 0.69% | - |
| XYZ | 37.04 | 38.1 | 37.3 | - |
| YUV | 166.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 157 | 0 | 0.06 | 0.10 | 0.31 | 23.33 | 0.1 | 0.65 |
| Hex | AF | A4 | 9D | 0 | 6 | A | 1F | 17 | A | 41 |
| Octal | 257 | 244 | 235 | 0 | 6 | 12 | 37 | 27 | 12 | 101 |
| Binary | 10101111 | 10100100 | 10011101 | 0 | 110 | 1010 | 11111 | 10111 | 1010 | 1000001 |
Color Harmonies of #AFA49D
Complementary color
Monochromatic Colors of #AFA49D
Black with #AFA49D
Text Example
Text Example
White with #AFA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA49D; }
p { color: rgb(175,164,157); }
H1.HeaderClassName
{
color: #AFA49D;
}
.AnyTagClassName
{
color: #AFA49D;
}
</style>
background-color css
<style>
a { background-color: #AFA49D; }
a { background-color: rgb(175,164,157); }
div.DivClassName
{
background-color: #AFA49D;
}
.BgClassName
{
background-color: #AFA49D;
}
</style>
border-color css
<style>
span { border-color: #AFA49D; }
span { border-color: rgb(175,164,157); }
td.TdClassName
{
border-color: #AFA49D;
}
.TagClassName
{
border-color: #AFA49D;
}
</style>