Shades of Martini #AEACAB
Tints of Martini #AEACAB
RGB
CMYK
RGB Variations
Color information
#AEACAB (or 0xAEACAB) is known color: Martini. HEX triplet: AE, AC and AB. RGB value is (174,172,171). Sum of RGB (Red+Green+Blue) = 174+172+171=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 174 - color contains mainly: red. Hex color #AEACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEACAB is #515354. Grayscale: #ACACAC. Windows color (decimal): -5329749 or 11250862. OLE color: 11250862.
HSL color Cylindrical-coordinate representation of color #AEACAB: hue angle of 20º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AEACAB is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 171 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.32 |
| HSL | 20º | 0.02% | 0.68% | - |
| HSV(B) | 20º | 0.02% | 0.68% | - |
| XYZ | 39.56 | 41.44 | 44.44 | - |
| YUV | 172.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 171 | 0 | 0.01 | 0.02 | 0.32 | 20 | 0.02 | 0.68 |
| Hex | AE | AC | AB | 0 | 1 | 2 | 20 | 14 | 2 | 44 |
| Octal | 256 | 254 | 253 | 0 | 1 | 2 | 40 | 24 | 2 | 104 |
| Binary | 10101110 | 10101100 | 10101011 | 0 | 1 | 10 | 100000 | 10100 | 10 | 1000100 |
Color Harmonies of #AEACAB
Complementary color
Monochromatic Colors of #AEACAB
Black with #AEACAB
Text Example
Text Example
White with #AEACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACAB; }
p { color: rgb(174,172,171); }
H1.HeaderClassName
{
color: #AEACAB;
}
.AnyTagClassName
{
color: #AEACAB;
}
</style>
background-color css
<style>
a { background-color: #AEACAB; }
a { background-color: rgb(174,172,171); }
div.DivClassName
{
background-color: #AEACAB;
}
.BgClassName
{
background-color: #AEACAB;
}
</style>
border-color css
<style>
span { border-color: #AEACAB; }
span { border-color: rgb(174,172,171); }
td.TdClassName
{
border-color: #AEACAB;
}
.TagClassName
{
border-color: #AEACAB;
}
</style>