Shades of Martini #AEA39C
Tints of Martini #AEA39C
RGB
CMYK
RGB Variations
Color information
#AEA39C (or 0xAEA39C) is known color: Martini. HEX triplet: AE, A3 and 9C. RGB value is (174,163,156). Sum of RGB (Red+Green+Blue) = 174+163+156=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA39C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA39C is #515C63. Grayscale: #A5A5A5. Windows color (decimal): -5332068 or 10265518. OLE color: 10265518.
HSL color Cylindrical-coordinate representation of color #AEA39C: hue angle of 23.33º 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 #AEA39C is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 163 | 156 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.32 |
| HSL | 23.33º | 0.1% | 0.65% | - |
| HSV(B) | 23.33º | 0.1% | 0.68% | - |
| XYZ | 36.55 | 37.59 | 36.78 | - |
| YUV | 165.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 163 | 156 | 0 | 0.06 | 0.10 | 0.32 | 23.33 | 0.1 | 0.65 |
| Hex | AE | A3 | 9C | 0 | 6 | A | 20 | 17 | A | 41 |
| Octal | 256 | 243 | 234 | 0 | 6 | 12 | 40 | 27 | 12 | 101 |
| Binary | 10101110 | 10100011 | 10011100 | 0 | 110 | 1010 | 100000 | 10111 | 1010 | 1000001 |
Color Harmonies of #AEA39C
Complementary color
Monochromatic Colors of #AEA39C
Black with #AEA39C
Text Example
Text Example
White with #AEA39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA39C; }
p { color: rgb(174,163,156); }
H1.HeaderClassName
{
color: #AEA39C;
}
.AnyTagClassName
{
color: #AEA39C;
}
</style>
background-color css
<style>
a { background-color: #AEA39C; }
a { background-color: rgb(174,163,156); }
div.DivClassName
{
background-color: #AEA39C;
}
.BgClassName
{
background-color: #AEA39C;
}
</style>
border-color css
<style>
span { border-color: #AEA39C; }
span { border-color: rgb(174,163,156); }
td.TdClassName
{
border-color: #AEA39C;
}
.TagClassName
{
border-color: #AEA39C;
}
</style>