Shades of Martini #AEA29E
Tints of Martini #AEA29E
RGB
CMYK
RGB Variations
Color information
#AEA29E (or 0xAEA29E) is known color: Martini. HEX triplet: AE, A2 and 9E. RGB value is (174,162,158). Sum of RGB (Red+Green+Blue) = 174+162+158=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA29E is #515D61. Grayscale: #A5A5A5. Windows color (decimal): -5332322 or 10396334. OLE color: 10396334.
HSL color Cylindrical-coordinate representation of color #AEA29E: hue angle of 15º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEA29E is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 158 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.32 |
| HSL | 15º | 0.09% | 0.65% | - |
| HSV(B) | 15º | 0.09% | 0.68% | - |
| XYZ | 36.55 | 37.31 | 37.62 | - |
| YUV | 165.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 158 | 0 | 0.07 | 0.09 | 0.32 | 15 | 0.09 | 0.65 |
| Hex | AE | A2 | 9E | 0 | 7 | 9 | 20 | F | 9 | 41 |
| Octal | 256 | 242 | 236 | 0 | 7 | 11 | 40 | 17 | 11 | 101 |
| Binary | 10101110 | 10100010 | 10011110 | 0 | 111 | 1001 | 100000 | 1111 | 1001 | 1000001 |
Color Harmonies of #AEA29E
Complementary color
Monochromatic Colors of #AEA29E
Black with #AEA29E
Text Example
Text Example
White with #AEA29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA29E; }
p { color: rgb(174,162,158); }
H1.HeaderClassName
{
color: #AEA29E;
}
.AnyTagClassName
{
color: #AEA29E;
}
</style>
background-color css
<style>
a { background-color: #AEA29E; }
a { background-color: rgb(174,162,158); }
div.DivClassName
{
background-color: #AEA29E;
}
.BgClassName
{
background-color: #AEA29E;
}
</style>
border-color css
<style>
span { border-color: #AEA29E; }
span { border-color: rgb(174,162,158); }
td.TdClassName
{
border-color: #AEA29E;
}
.TagClassName
{
border-color: #AEA29E;
}
</style>