Shades of Martini #AFA5A1
Tints of Martini #AFA5A1
RGB
CMYK
RGB Variations
Color information
#AFA5A1 (or 0xAFA5A1) is known color: Martini. HEX triplet: AF, A5 and A1. RGB value is (175,165,161). Sum of RGB (Red+Green+Blue) = 175+165+161=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA5A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA5A1 is #505A5E. Grayscale: #A7A7A7. Windows color (decimal): -5266015 or 10593711. OLE color: 10593711.
HSL color Cylindrical-coordinate representation of color #AFA5A1: hue angle of 17.14º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFA5A1 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 165 | 161 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.31 |
| HSL | 17.14º | 0.08% | 0.66% | - |
| HSV(B) | 17.14º | 0.08% | 0.69% | - |
| XYZ | 37.57 | 38.6 | 39.19 | - |
| YUV | 167.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 165 | 161 | 0 | 0.06 | 0.08 | 0.31 | 17.14 | 0.08 | 0.66 |
| Hex | AF | A5 | A1 | 0 | 6 | 8 | 1F | 11 | 8 | 42 |
| Octal | 257 | 245 | 241 | 0 | 6 | 10 | 37 | 21 | 10 | 102 |
| Binary | 10101111 | 10100101 | 10100001 | 0 | 110 | 1000 | 11111 | 10001 | 1000 | 1000010 |
Color Harmonies of #AFA5A1
Complementary color
Monochromatic Colors of #AFA5A1
Black with #AFA5A1
Text Example
Text Example
White with #AFA5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA5A1; }
p { color: rgb(175,165,161); }
H1.HeaderClassName
{
color: #AFA5A1;
}
.AnyTagClassName
{
color: #AFA5A1;
}
</style>
background-color css
<style>
a { background-color: #AFA5A1; }
a { background-color: rgb(175,165,161); }
div.DivClassName
{
background-color: #AFA5A1;
}
.BgClassName
{
background-color: #AFA5A1;
}
</style>
border-color css
<style>
span { border-color: #AFA5A1; }
span { border-color: rgb(175,165,161); }
td.TdClassName
{
border-color: #AFA5A1;
}
.TagClassName
{
border-color: #AFA5A1;
}
</style>