Shades of Martini #AFA29E
Tints of Martini #AFA29E
RGB
CMYK
RGB Variations
Color information
#AFA29E (or 0xAFA29E) is known color: Martini. HEX triplet: AF, A2 and 9E. RGB value is (175,162,158). Sum of RGB (Red+Green+Blue) = 175+162+158=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA29E is #505D61. Grayscale: #A5A5A5. Windows color (decimal): -5266786 or 10396335. OLE color: 10396335.
HSL color Cylindrical-coordinate representation of color #AFA29E: hue angle of 14.12º 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 #AFA29E is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 158 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.31 |
| HSL | 14.12º | 0.1% | 0.65% | - |
| HSV(B) | 14.12º | 0.1% | 0.69% | - |
| XYZ | 36.77 | 37.42 | 37.63 | - |
| YUV | 165.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 158 | 0 | 0.07 | 0.10 | 0.31 | 14.12 | 0.1 | 0.65 |
| Hex | AF | A2 | 9E | 0 | 7 | A | 1F | E | A | 41 |
| Octal | 257 | 242 | 236 | 0 | 7 | 12 | 37 | 16 | 12 | 101 |
| Binary | 10101111 | 10100010 | 10011110 | 0 | 111 | 1010 | 11111 | 1110 | 1010 | 1000001 |
Color Harmonies of #AFA29E
Complementary color
Monochromatic Colors of #AFA29E
Black with #AFA29E
Text Example
Text Example
White with #AFA29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA29E; }
p { color: rgb(175,162,158); }
H1.HeaderClassName
{
color: #AFA29E;
}
.AnyTagClassName
{
color: #AFA29E;
}
</style>
background-color css
<style>
a { background-color: #AFA29E; }
a { background-color: rgb(175,162,158); }
div.DivClassName
{
background-color: #AFA29E;
}
.BgClassName
{
background-color: #AFA29E;
}
</style>
border-color css
<style>
span { border-color: #AFA29E; }
span { border-color: rgb(175,162,158); }
td.TdClassName
{
border-color: #AFA29E;
}
.TagClassName
{
border-color: #AFA29E;
}
</style>