Shades of Martini #AAA09D
Tints of Martini #AAA09D
RGB
CMYK
RGB Variations
Color information
#AAA09D (or 0xAAA09D) is known color: Martini. HEX triplet: AA, A0 and 9D. RGB value is (170,160,157). Sum of RGB (Red+Green+Blue) = 170+160+157=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA09D is #555F62. Grayscale: #A2A2A2. Windows color (decimal): -5594979 or 10330282. OLE color: 10330282.
HSL color Cylindrical-coordinate representation of color #AAA09D: hue angle of 13.85º degrees, saturation: 0.07, 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 #AAA09D is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 157 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.33 |
| HSL | 13.85º | 0.07% | 0.64% | - |
| HSV(B) | 13.85º | 0.08% | 0.67% | - |
| XYZ | 35.23 | 36.12 | 37.01 | - |
| YUV | 162.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 157 | 0 | 0.06 | 0.08 | 0.33 | 13.85 | 0.07 | 0.64 |
| Hex | AA | A0 | 9D | 0 | 6 | 8 | 21 | E | 7 | 40 |
| Octal | 252 | 240 | 235 | 0 | 6 | 10 | 41 | 16 | 7 | 100 |
| Binary | 10101010 | 10100000 | 10011101 | 0 | 110 | 1000 | 100001 | 1110 | 111 | 1000000 |
Color Harmonies of #AAA09D
Complementary color
Monochromatic Colors of #AAA09D
Black with #AAA09D
Text Example
Text Example
White with #AAA09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA09D; }
p { color: rgb(170,160,157); }
H1.HeaderClassName
{
color: #AAA09D;
}
.AnyTagClassName
{
color: #AAA09D;
}
</style>
background-color css
<style>
a { background-color: #AAA09D; }
a { background-color: rgb(170,160,157); }
div.DivClassName
{
background-color: #AAA09D;
}
.BgClassName
{
background-color: #AAA09D;
}
</style>
border-color css
<style>
span { border-color: #AAA09D; }
span { border-color: rgb(170,160,157); }
td.TdClassName
{
border-color: #AAA09D;
}
.TagClassName
{
border-color: #AAA09D;
}
</style>