Shades of Martini #AAA09C
Tints of Martini #AAA09C
RGB
CMYK
RGB Variations
Color information
#AAA09C (or 0xAAA09C) is known color: Martini. HEX triplet: AA, A0 and 9C. RGB value is (170,160,156). Sum of RGB (Red+Green+Blue) = 170+160+156=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA09C is #555F63. Grayscale: #A2A2A2. Windows color (decimal): -5594980 or 10264746. OLE color: 10264746.
HSL color Cylindrical-coordinate representation of color #AAA09C: hue angle of 17.14º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAA09C is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 156 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.33 |
| HSL | 17.14º | 0.08% | 0.64% | - |
| HSV(B) | 17.14º | 0.08% | 0.67% | - |
| XYZ | 35.15 | 36.09 | 36.57 | - |
| YUV | 162.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 156 | 0 | 0.06 | 0.08 | 0.33 | 17.14 | 0.08 | 0.64 |
| Hex | AA | A0 | 9C | 0 | 6 | 8 | 21 | 11 | 8 | 40 |
| Octal | 252 | 240 | 234 | 0 | 6 | 10 | 41 | 21 | 10 | 100 |
| Binary | 10101010 | 10100000 | 10011100 | 0 | 110 | 1000 | 100001 | 10001 | 1000 | 1000000 |
Color Harmonies of #AAA09C
Complementary color
Monochromatic Colors of #AAA09C
Black with #AAA09C
Text Example
Text Example
White with #AAA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA09C; }
p { color: rgb(170,160,156); }
H1.HeaderClassName
{
color: #AAA09C;
}
.AnyTagClassName
{
color: #AAA09C;
}
</style>
background-color css
<style>
a { background-color: #AAA09C; }
a { background-color: rgb(170,160,156); }
div.DivClassName
{
background-color: #AAA09C;
}
.BgClassName
{
background-color: #AAA09C;
}
</style>
border-color css
<style>
span { border-color: #AAA09C; }
span { border-color: rgb(170,160,156); }
td.TdClassName
{
border-color: #AAA09C;
}
.TagClassName
{
border-color: #AAA09C;
}
</style>