Shades of Martini #AAA5A2
Tints of Martini #AAA5A2
RGB
CMYK
RGB Variations
Color information
#AAA5A2 (or 0xAAA5A2) is known color: Martini. HEX triplet: AA, A5 and A2. RGB value is (170,165,162). Sum of RGB (Red+Green+Blue) = 170+165+162=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA5A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA5A2 is #555A5D. Grayscale: #A6A6A6. Windows color (decimal): -5593694 or 10659242. OLE color: 10659242.
HSL color Cylindrical-coordinate representation of color #AAA5A2: hue angle of 22.5º degrees, saturation: 0.04, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAA5A2 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 165 | 162 | - |
CMYK | 0 | 0.03 | 0.05 | 0.33 |
HSL | 22.5º | 0.04% | 0.65% | - |
HSV(B) | 22.5º | 0.05% | 0.67% | - |
XYZ | 36.55 | 38.06 | 39.6 | - |
YUV | 166.15 | 125.66 | 130.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 165 | 162 | 0 | 0.03 | 0.05 | 0.33 | 22.5 | 0.04 | 0.65 |
Hex | AA | A5 | A2 | 0 | 3 | 5 | 21 | 16 | 4 | 41 |
Octal | 252 | 245 | 242 | 0 | 3 | 5 | 41 | 26 | 4 | 101 |
Binary | 10101010 | 10100101 | 10100010 | 0 | 11 | 101 | 100001 | 10110 | 100 | 1000001 |
Color Harmonies of #AAA5A2
Complementary color
Monochromatic Colors of #AAA5A2
Black with #AAA5A2
Text Example
Text Example
White with #AAA5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA5A2; }
p { color: rgb(170,165,162); }
H1.HeaderClassName
{
color: #AAA5A2;
}
.AnyTagClassName
{
color: #AAA5A2;
}
</style>
background-color css
<style>
a { background-color: #AAA5A2; }
a { background-color: rgb(170,165,162); }
div.DivClassName
{
background-color: #AAA5A2;
}
.BgClassName
{
background-color: #AAA5A2;
}
</style>
border-color css
<style>
span { border-color: #AAA5A2; }
span { border-color: rgb(170,165,162); }
td.TdClassName
{
border-color: #AAA5A2;
}
.TagClassName
{
border-color: #AAA5A2;
}
</style>