Shades of Martini #AFA19B
Tints of Martini #AFA19B
RGB
CMYK
RGB Variations
Color information
#AFA19B (or 0xAFA19B) is known color: Martini. HEX triplet: AF, A1 and 9B. RGB value is (175,161,155). Sum of RGB (Red+Green+Blue) = 175+161+155=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA19B is #505E64. Grayscale: #A4A4A4. Windows color (decimal): -5267045 or 10199471. OLE color: 10199471.
HSL color Cylindrical-coordinate representation of color #AFA19B: hue angle of 18º 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 #AFA19B is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 161 | 155 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.31 |
| HSL | 18º | 0.11% | 0.65% | - |
| HSV(B) | 18º | 0.11% | 0.69% | - |
| XYZ | 36.34 | 36.97 | 36.23 | - |
| YUV | 164.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 155 | 0 | 0.08 | 0.11 | 0.31 | 18 | 0.11 | 0.65 |
| Hex | AF | A1 | 9B | 0 | 8 | B | 1F | 12 | B | 41 |
| Octal | 257 | 241 | 233 | 0 | 10 | 13 | 37 | 22 | 13 | 101 |
| Binary | 10101111 | 10100001 | 10011011 | 0 | 1000 | 1011 | 11111 | 10010 | 1011 | 1000001 |
Color Harmonies of #AFA19B
Complementary color
Monochromatic Colors of #AFA19B
Black with #AFA19B
Text Example
Text Example
White with #AFA19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA19B; }
p { color: rgb(175,161,155); }
H1.HeaderClassName
{
color: #AFA19B;
}
.AnyTagClassName
{
color: #AFA19B;
}
</style>
background-color css
<style>
a { background-color: #AFA19B; }
a { background-color: rgb(175,161,155); }
div.DivClassName
{
background-color: #AFA19B;
}
.BgClassName
{
background-color: #AFA19B;
}
</style>
border-color css
<style>
span { border-color: #AFA19B; }
span { border-color: rgb(175,161,155); }
td.TdClassName
{
border-color: #AFA19B;
}
.TagClassName
{
border-color: #AFA19B;
}
</style>