Shades of Martini #AEA09B
Tints of Martini #AEA09B
RGB
CMYK
RGB Variations
Color information
#AEA09B (or 0xAEA09B) is known color: Martini. HEX triplet: AE, A0 and 9B. RGB value is (174,160,155). Sum of RGB (Red+Green+Blue) = 174+160+155=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA09B is #515F64. Grayscale: #A3A3A3. Windows color (decimal): -5332837 or 10199214. OLE color: 10199214.
HSL color Cylindrical-coordinate representation of color #AEA09B: hue angle of 15.79º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEA09B is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 155 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.32 |
| HSL | 15.79º | 0.1% | 0.65% | - |
| HSV(B) | 15.79º | 0.11% | 0.68% | - |
| XYZ | 35.94 | 36.51 | 36.16 | - |
| YUV | 163.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 155 | 0 | 0.08 | 0.11 | 0.32 | 15.79 | 0.1 | 0.65 |
| Hex | AE | A0 | 9B | 0 | 8 | B | 20 | 10 | A | 41 |
| Octal | 256 | 240 | 233 | 0 | 10 | 13 | 40 | 20 | 12 | 101 |
| Binary | 10101110 | 10100000 | 10011011 | 0 | 1000 | 1011 | 100000 | 10000 | 1010 | 1000001 |
Color Harmonies of #AEA09B
Complementary color
Monochromatic Colors of #AEA09B
Black with #AEA09B
Text Example
Text Example
White with #AEA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA09B; }
p { color: rgb(174,160,155); }
H1.HeaderClassName
{
color: #AEA09B;
}
.AnyTagClassName
{
color: #AEA09B;
}
</style>
background-color css
<style>
a { background-color: #AEA09B; }
a { background-color: rgb(174,160,155); }
div.DivClassName
{
background-color: #AEA09B;
}
.BgClassName
{
background-color: #AEA09B;
}
</style>
border-color css
<style>
span { border-color: #AEA09B; }
span { border-color: rgb(174,160,155); }
td.TdClassName
{
border-color: #AEA09B;
}
.TagClassName
{
border-color: #AEA09B;
}
</style>