Shades of Martini #AEA3A1
Tints of Martini #AEA3A1
RGB
CMYK
RGB Variations
Color information
#AEA3A1 (or 0xAEA3A1) is known color: Martini. HEX triplet: AE, A3 and A1. RGB value is (174,163,161). Sum of RGB (Red+Green+Blue) = 174+163+161=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA3A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA3A1 is #515C5E. Grayscale: #A6A6A6. Windows color (decimal): -5332063 or 10593198. OLE color: 10593198.
HSL color Cylindrical-coordinate representation of color #AEA3A1: hue angle of 9.23º degrees, saturation: 0.07, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEA3A1 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 163 | 161 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.32 |
| HSL | 9.23º | 0.07% | 0.66% | - |
| HSV(B) | 9.23º | 0.07% | 0.68% | - |
| XYZ | 36.99 | 37.77 | 39.06 | - |
| YUV | 166.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 163 | 161 | 0 | 0.06 | 0.07 | 0.32 | 9.23 | 0.07 | 0.66 |
| Hex | AE | A3 | A1 | 0 | 6 | 7 | 20 | 9 | 7 | 42 |
| Octal | 256 | 243 | 241 | 0 | 6 | 7 | 40 | 11 | 7 | 102 |
| Binary | 10101110 | 10100011 | 10100001 | 0 | 110 | 111 | 100000 | 1001 | 111 | 1000010 |
Color Harmonies of #AEA3A1
Complementary color
Monochromatic Colors of #AEA3A1
Black with #AEA3A1
Text Example
Text Example
White with #AEA3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA3A1; }
p { color: rgb(174,163,161); }
H1.HeaderClassName
{
color: #AEA3A1;
}
.AnyTagClassName
{
color: #AEA3A1;
}
</style>
background-color css
<style>
a { background-color: #AEA3A1; }
a { background-color: rgb(174,163,161); }
div.DivClassName
{
background-color: #AEA3A1;
}
.BgClassName
{
background-color: #AEA3A1;
}
</style>
border-color css
<style>
span { border-color: #AEA3A1; }
span { border-color: rgb(174,163,161); }
td.TdClassName
{
border-color: #AEA3A1;
}
.TagClassName
{
border-color: #AEA3A1;
}
</style>