Shades of Martini #AAA19C
Tints of Martini #AAA19C
RGB
CMYK
RGB Variations
Color information
#AAA19C (or 0xAAA19C) is known color: Martini. HEX triplet: AA, A1 and 9C. RGB value is (170,161,156). Sum of RGB (Red+Green+Blue) = 170+161+156=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA19C is #555E63. Grayscale: #A3A3A3. Windows color (decimal): -5594724 or 10265002. OLE color: 10265002.
HSL color Cylindrical-coordinate representation of color #AAA19C: hue angle of 21.43º 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 #AAA19C is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 156 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.33 |
| HSL | 21.43º | 0.08% | 0.64% | - |
| HSV(B) | 21.43º | 0.08% | 0.67% | - |
| XYZ | 35.32 | 36.44 | 36.62 | - |
| YUV | 163.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 156 | 0 | 0.05 | 0.08 | 0.33 | 21.43 | 0.08 | 0.64 |
| Hex | AA | A1 | 9C | 0 | 5 | 8 | 21 | 15 | 8 | 40 |
| Octal | 252 | 241 | 234 | 0 | 5 | 10 | 41 | 25 | 10 | 100 |
| Binary | 10101010 | 10100001 | 10011100 | 0 | 101 | 1000 | 100001 | 10101 | 1000 | 1000000 |
Color Harmonies of #AAA19C
Complementary color
Monochromatic Colors of #AAA19C
Black with #AAA19C
Text Example
Text Example
White with #AAA19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA19C; }
p { color: rgb(170,161,156); }
H1.HeaderClassName
{
color: #AAA19C;
}
.AnyTagClassName
{
color: #AAA19C;
}
</style>
background-color css
<style>
a { background-color: #AAA19C; }
a { background-color: rgb(170,161,156); }
div.DivClassName
{
background-color: #AAA19C;
}
.BgClassName
{
background-color: #AAA19C;
}
</style>
border-color css
<style>
span { border-color: #AAA19C; }
span { border-color: rgb(170,161,156); }
td.TdClassName
{
border-color: #AAA19C;
}
.TagClassName
{
border-color: #AAA19C;
}
</style>