Shades of Martini #AEA09C
Tints of Martini #AEA09C
RGB
CMYK
RGB Variations
Color information
#AEA09C (or 0xAEA09C) is known color: Martini. HEX triplet: AE, A0 and 9C. RGB value is (174,160,156). Sum of RGB (Red+Green+Blue) = 174+160+156=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA09C is #515F63. Grayscale: #A3A3A3. Windows color (decimal): -5332836 or 10264750. OLE color: 10264750.
HSL color Cylindrical-coordinate representation of color #AEA09C: hue angle of 13.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 #AEA09C is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 156 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.32 |
| HSL | 13.33º | 0.1% | 0.65% | - |
| HSV(B) | 13.33º | 0.1% | 0.68% | - |
| XYZ | 36.03 | 36.54 | 36.61 | - |
| YUV | 163.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 156 | 0 | 0.08 | 0.10 | 0.32 | 13.33 | 0.1 | 0.65 |
| Hex | AE | A0 | 9C | 0 | 8 | A | 20 | D | A | 41 |
| Octal | 256 | 240 | 234 | 0 | 10 | 12 | 40 | 15 | 12 | 101 |
| Binary | 10101110 | 10100000 | 10011100 | 0 | 1000 | 1010 | 100000 | 1101 | 1010 | 1000001 |
Color Harmonies of #AEA09C
Complementary color
Monochromatic Colors of #AEA09C
Black with #AEA09C
Text Example
Text Example
White with #AEA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA09C; }
p { color: rgb(174,160,156); }
H1.HeaderClassName
{
color: #AEA09C;
}
.AnyTagClassName
{
color: #AEA09C;
}
</style>
background-color css
<style>
a { background-color: #AEA09C; }
a { background-color: rgb(174,160,156); }
div.DivClassName
{
background-color: #AEA09C;
}
.BgClassName
{
background-color: #AEA09C;
}
</style>
border-color css
<style>
span { border-color: #AEA09C; }
span { border-color: rgb(174,160,156); }
td.TdClassName
{
border-color: #AEA09C;
}
.TagClassName
{
border-color: #AEA09C;
}
</style>