Shades of Martini #AEAAA8
Tints of Martini #AEAAA8
RGB
CMYK
RGB Variations
Color information
#AEAAA8 (or 0xAEAAA8) is known color: Martini. HEX triplet: AE, AA and A8. RGB value is (174,170,168). Sum of RGB (Red+Green+Blue) = 174+170+168=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAAA8 is #515557. Grayscale: #AAAAAA. Windows color (decimal): -5330264 or 11053742. OLE color: 11053742.
HSL color Cylindrical-coordinate representation of color #AEAAA8: hue angle of 20º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AEAAA8 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 170 | 168 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.32 |
| HSL | 20º | 0.04% | 0.67% | - |
| HSV(B) | 20º | 0.03% | 0.68% | - |
| XYZ | 38.9 | 40.58 | 42.83 | - |
| YUV | 170.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 168 | 0 | 0.02 | 0.03 | 0.32 | 20 | 0.04 | 0.67 |
| Hex | AE | AA | A8 | 0 | 2 | 3 | 20 | 14 | 4 | 43 |
| Octal | 256 | 252 | 250 | 0 | 2 | 3 | 40 | 24 | 4 | 103 |
| Binary | 10101110 | 10101010 | 10101000 | 0 | 10 | 11 | 100000 | 10100 | 100 | 1000011 |
Color Harmonies of #AEAAA8
Complementary color
Monochromatic Colors of #AEAAA8
Black with #AEAAA8
Text Example
Text Example
White with #AEAAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAAA8; }
p { color: rgb(174,170,168); }
H1.HeaderClassName
{
color: #AEAAA8;
}
.AnyTagClassName
{
color: #AEAAA8;
}
</style>
background-color css
<style>
a { background-color: #AEAAA8; }
a { background-color: rgb(174,170,168); }
div.DivClassName
{
background-color: #AEAAA8;
}
.BgClassName
{
background-color: #AEAAA8;
}
</style>
border-color css
<style>
span { border-color: #AEAAA8; }
span { border-color: rgb(174,170,168); }
td.TdClassName
{
border-color: #AEAAA8;
}
.TagClassName
{
border-color: #AEAAA8;
}
</style>