Shades of Martini #AAA5A4
Tints of Martini #AAA5A4
RGB
CMYK
RGB Variations
Color information
#AAA5A4 (or 0xAAA5A4) is known color: Martini. HEX triplet: AA, A5 and A4. RGB value is (170,165,164). Sum of RGB (Red+Green+Blue) = 170+165+164=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA5A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA5A4 is #555A5B. Grayscale: #A6A6A6. Windows color (decimal): -5593692 or 10790314. OLE color: 10790314.
HSL color Cylindrical-coordinate representation of color #AAA5A4: hue angle of 10º degrees, saturation: 0.03, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AAA5A4 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 164 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.33 |
| HSL | 10º | 0.03% | 0.65% | - |
| HSV(B) | 10º | 0.04% | 0.67% | - |
| XYZ | 36.73 | 38.14 | 40.55 | - |
| YUV | 166.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 164 | 0 | 0.03 | 0.04 | 0.33 | 10 | 0.03 | 0.65 |
| Hex | AA | A5 | A4 | 0 | 3 | 4 | 21 | A | 3 | 41 |
| Octal | 252 | 245 | 244 | 0 | 3 | 4 | 41 | 12 | 3 | 101 |
| Binary | 10101010 | 10100101 | 10100100 | 0 | 11 | 100 | 100001 | 1010 | 11 | 1000001 |
Color Harmonies of #AAA5A4
Complementary color
Monochromatic Colors of #AAA5A4
Black with #AAA5A4
Text Example
Text Example
White with #AAA5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA5A4; }
p { color: rgb(170,165,164); }
H1.HeaderClassName
{
color: #AAA5A4;
}
.AnyTagClassName
{
color: #AAA5A4;
}
</style>
background-color css
<style>
a { background-color: #AAA5A4; }
a { background-color: rgb(170,165,164); }
div.DivClassName
{
background-color: #AAA5A4;
}
.BgClassName
{
background-color: #AAA5A4;
}
</style>
border-color css
<style>
span { border-color: #AAA5A4; }
span { border-color: rgb(170,165,164); }
td.TdClassName
{
border-color: #AAA5A4;
}
.TagClassName
{
border-color: #AAA5A4;
}
</style>