Shades of Martini #AAA19D
Tints of Martini #AAA19D
RGB
CMYK
RGB Variations
Color information
#AAA19D (or 0xAAA19D) is known color: Martini. HEX triplet: AA, A1 and 9D. RGB value is (170,161,157). Sum of RGB (Red+Green+Blue) = 170+161+157=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA19D is #555E62. Grayscale: #A3A3A3. Windows color (decimal): -5594723 or 10330538. OLE color: 10330538.
HSL color Cylindrical-coordinate representation of color #AAA19D: hue angle of 18.46º 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 #AAA19D is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 157 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.33 |
| HSL | 18.46º | 0.07% | 0.64% | - |
| HSV(B) | 18.46º | 0.08% | 0.67% | - |
| XYZ | 35.41 | 36.47 | 37.07 | - |
| YUV | 163.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 157 | 0 | 0.05 | 0.08 | 0.33 | 18.46 | 0.07 | 0.64 |
| Hex | AA | A1 | 9D | 0 | 5 | 8 | 21 | 12 | 7 | 40 |
| Octal | 252 | 241 | 235 | 0 | 5 | 10 | 41 | 22 | 7 | 100 |
| Binary | 10101010 | 10100001 | 10011101 | 0 | 101 | 1000 | 100001 | 10010 | 111 | 1000000 |
Color Harmonies of #AAA19D
Complementary color
Monochromatic Colors of #AAA19D
Black with #AAA19D
Text Example
Text Example
White with #AAA19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA19D; }
p { color: rgb(170,161,157); }
H1.HeaderClassName
{
color: #AAA19D;
}
.AnyTagClassName
{
color: #AAA19D;
}
</style>
background-color css
<style>
a { background-color: #AAA19D; }
a { background-color: rgb(170,161,157); }
div.DivClassName
{
background-color: #AAA19D;
}
.BgClassName
{
background-color: #AAA19D;
}
</style>
border-color css
<style>
span { border-color: #AAA19D; }
span { border-color: rgb(170,161,157); }
td.TdClassName
{
border-color: #AAA19D;
}
.TagClassName
{
border-color: #AAA19D;
}
</style>