Shades of Martini #AFA39C
Tints of Martini #AFA39C
RGB
CMYK
RGB Variations
Color information
#AFA39C (or 0xAFA39C) is known color: Martini. HEX triplet: AF, A3 and 9C. RGB value is (175,163,156). Sum of RGB (Red+Green+Blue) = 175+163+156=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA39C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA39C is #505C63. Grayscale: #A5A5A5. Windows color (decimal): -5266532 or 10265519. OLE color: 10265519.
HSL color Cylindrical-coordinate representation of color #AFA39C: hue angle of 22.11º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFA39C is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 156 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.31 |
| HSL | 22.11º | 0.11% | 0.65% | - |
| HSV(B) | 22.11º | 0.11% | 0.69% | - |
| XYZ | 36.78 | 37.71 | 36.79 | - |
| YUV | 165.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 156 | 0 | 0.07 | 0.11 | 0.31 | 22.11 | 0.11 | 0.65 |
| Hex | AF | A3 | 9C | 0 | 7 | B | 1F | 16 | B | 41 |
| Octal | 257 | 243 | 234 | 0 | 7 | 13 | 37 | 26 | 13 | 101 |
| Binary | 10101111 | 10100011 | 10011100 | 0 | 111 | 1011 | 11111 | 10110 | 1011 | 1000001 |
Color Harmonies of #AFA39C
Complementary color
Monochromatic Colors of #AFA39C
Black with #AFA39C
Text Example
Text Example
White with #AFA39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA39C; }
p { color: rgb(175,163,156); }
H1.HeaderClassName
{
color: #AFA39C;
}
.AnyTagClassName
{
color: #AFA39C;
}
</style>
background-color css
<style>
a { background-color: #AFA39C; }
a { background-color: rgb(175,163,156); }
div.DivClassName
{
background-color: #AFA39C;
}
.BgClassName
{
background-color: #AFA39C;
}
</style>
border-color css
<style>
span { border-color: #AFA39C; }
span { border-color: rgb(175,163,156); }
td.TdClassName
{
border-color: #AFA39C;
}
.TagClassName
{
border-color: #AFA39C;
}
</style>