Shades of Martini #AFA3A0
Tints of Martini #AFA3A0
RGB
CMYK
RGB Variations
Color information
#AFA3A0 (or 0xAFA3A0) is known color: Martini. HEX triplet: AF, A3 and A0. RGB value is (175,163,160). Sum of RGB (Red+Green+Blue) = 175+163+160=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA3A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA3A0 is #505C5F. Grayscale: #A6A6A6. Windows color (decimal): -5266528 or 10527663. OLE color: 10527663.
HSL color Cylindrical-coordinate representation of color #AFA3A0: hue angle of 12º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFA3A0 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 163 | 160 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.31 |
| HSL | 12º | 0.09% | 0.66% | - |
| HSV(B) | 12º | 0.09% | 0.69% | - |
| XYZ | 37.12 | 37.85 | 38.61 | - |
| YUV | 166.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 163 | 160 | 0 | 0.07 | 0.09 | 0.31 | 12 | 0.09 | 0.66 |
| Hex | AF | A3 | A0 | 0 | 7 | 9 | 1F | C | 9 | 42 |
| Octal | 257 | 243 | 240 | 0 | 7 | 11 | 37 | 14 | 11 | 102 |
| Binary | 10101111 | 10100011 | 10100000 | 0 | 111 | 1001 | 11111 | 1100 | 1001 | 1000010 |
Color Harmonies of #AFA3A0
Complementary color
Monochromatic Colors of #AFA3A0
Black with #AFA3A0
Text Example
Text Example
White with #AFA3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA3A0; }
p { color: rgb(175,163,160); }
H1.HeaderClassName
{
color: #AFA3A0;
}
.AnyTagClassName
{
color: #AFA3A0;
}
</style>
background-color css
<style>
a { background-color: #AFA3A0; }
a { background-color: rgb(175,163,160); }
div.DivClassName
{
background-color: #AFA3A0;
}
.BgClassName
{
background-color: #AFA3A0;
}
</style>
border-color css
<style>
span { border-color: #AFA3A0; }
span { border-color: rgb(175,163,160); }
td.TdClassName
{
border-color: #AFA3A0;
}
.TagClassName
{
border-color: #AFA3A0;
}
</style>