Shades of Martini #AAA2A0
Tints of Martini #AAA2A0
RGB
CMYK
RGB Variations
Color information
#AAA2A0 (or 0xAAA2A0) is known color: Martini. HEX triplet: AA, A2 and A0. RGB value is (170,162,160). Sum of RGB (Red+Green+Blue) = 170+162+160=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA2A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA2A0 is #555D5F. Grayscale: #A4A4A4. Windows color (decimal): -5594464 or 10527402. OLE color: 10527402.
HSL color Cylindrical-coordinate representation of color #AAA2A0: hue angle of 12º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAA2A0 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 162 | 160 | - |
CMYK | 0 | 0.05 | 0.06 | 0.33 |
HSL | 12º | 0.06% | 0.65% | - |
HSV(B) | 12º | 0.06% | 0.67% | - |
XYZ | 35.84 | 36.92 | 38.5 | - |
YUV | 164.16 | 125.65 | 132.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 162 | 160 | 0 | 0.05 | 0.06 | 0.33 | 12 | 0.06 | 0.65 |
Hex | AA | A2 | A0 | 0 | 5 | 6 | 21 | C | 6 | 41 |
Octal | 252 | 242 | 240 | 0 | 5 | 6 | 41 | 14 | 6 | 101 |
Binary | 10101010 | 10100010 | 10100000 | 0 | 101 | 110 | 100001 | 1100 | 110 | 1000001 |
Color Harmonies of #AAA2A0
Complementary color
Monochromatic Colors of #AAA2A0
Black with #AAA2A0
Text Example
Text Example
White with #AAA2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2A0; }
p { color: rgb(170,162,160); }
H1.HeaderClassName
{
color: #AAA2A0;
}
.AnyTagClassName
{
color: #AAA2A0;
}
</style>
background-color css
<style>
a { background-color: #AAA2A0; }
a { background-color: rgb(170,162,160); }
div.DivClassName
{
background-color: #AAA2A0;
}
.BgClassName
{
background-color: #AAA2A0;
}
</style>
border-color css
<style>
span { border-color: #AAA2A0; }
span { border-color: rgb(170,162,160); }
td.TdClassName
{
border-color: #AAA2A0;
}
.TagClassName
{
border-color: #AAA2A0;
}
</style>