Shades of Martini #AEA19D
Tints of Martini #AEA19D
RGB
CMYK
RGB Variations
Color information
#AEA19D (or 0xAEA19D) is known color: Martini. HEX triplet: AE, A1 and 9D. RGB value is (174,161,157). Sum of RGB (Red+Green+Blue) = 174+161+157=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA19D is #515E62. Grayscale: #A4A4A4. Windows color (decimal): -5332579 or 10330542. OLE color: 10330542.
HSL color Cylindrical-coordinate representation of color #AEA19D: hue angle of 14.12º degrees, saturation: 0.09, 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 #AEA19D is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 161 | 157 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.32 |
| HSL | 14.12º | 0.09% | 0.65% | - |
| HSV(B) | 14.12º | 0.1% | 0.68% | - |
| XYZ | 36.29 | 36.92 | 37.11 | - |
| YUV | 164.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 161 | 157 | 0 | 0.07 | 0.10 | 0.32 | 14.12 | 0.09 | 0.65 |
| Hex | AE | A1 | 9D | 0 | 7 | A | 20 | E | 9 | 41 |
| Octal | 256 | 241 | 235 | 0 | 7 | 12 | 40 | 16 | 11 | 101 |
| Binary | 10101110 | 10100001 | 10011101 | 0 | 111 | 1010 | 100000 | 1110 | 1001 | 1000001 |
Color Harmonies of #AEA19D
Complementary color
Monochromatic Colors of #AEA19D
Black with #AEA19D
Text Example
Text Example
White with #AEA19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA19D; }
p { color: rgb(174,161,157); }
H1.HeaderClassName
{
color: #AEA19D;
}
.AnyTagClassName
{
color: #AEA19D;
}
</style>
background-color css
<style>
a { background-color: #AEA19D; }
a { background-color: rgb(174,161,157); }
div.DivClassName
{
background-color: #AEA19D;
}
.BgClassName
{
background-color: #AEA19D;
}
</style>
border-color css
<style>
span { border-color: #AEA19D; }
span { border-color: rgb(174,161,157); }
td.TdClassName
{
border-color: #AEA19D;
}
.TagClassName
{
border-color: #AEA19D;
}
</style>