Shades of Martini #AEA29C
Tints of Martini #AEA29C
RGB
CMYK
RGB Variations
Color information
#AEA29C (or 0xAEA29C) is known color: Martini. HEX triplet: AE, A2 and 9C. RGB value is (174,162,156). Sum of RGB (Red+Green+Blue) = 174+162+156=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA29C is #515D63. Grayscale: #A4A4A4. Windows color (decimal): -5332324 or 10265262. OLE color: 10265262.
HSL color Cylindrical-coordinate representation of color #AEA29C: hue angle of 20º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEA29C is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 156 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.32 |
| HSL | 20º | 0.1% | 0.65% | - |
| HSV(B) | 20º | 0.1% | 0.68% | - |
| XYZ | 36.38 | 37.24 | 36.72 | - |
| YUV | 164.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 156 | 0 | 0.07 | 0.10 | 0.32 | 20 | 0.1 | 0.65 |
| Hex | AE | A2 | 9C | 0 | 7 | A | 20 | 14 | A | 41 |
| Octal | 256 | 242 | 234 | 0 | 7 | 12 | 40 | 24 | 12 | 101 |
| Binary | 10101110 | 10100010 | 10011100 | 0 | 111 | 1010 | 100000 | 10100 | 1010 | 1000001 |
Color Harmonies of #AEA29C
Complementary color
Monochromatic Colors of #AEA29C
Black with #AEA29C
Text Example
Text Example
White with #AEA29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA29C; }
p { color: rgb(174,162,156); }
H1.HeaderClassName
{
color: #AEA29C;
}
.AnyTagClassName
{
color: #AEA29C;
}
</style>
background-color css
<style>
a { background-color: #AEA29C; }
a { background-color: rgb(174,162,156); }
div.DivClassName
{
background-color: #AEA29C;
}
.BgClassName
{
background-color: #AEA29C;
}
</style>
border-color css
<style>
span { border-color: #AEA29C; }
span { border-color: rgb(174,162,156); }
td.TdClassName
{
border-color: #AEA29C;
}
.TagClassName
{
border-color: #AEA29C;
}
</style>