Shades of Martini #ADAAA9
Tints of Martini #ADAAA9
RGB
CMYK
RGB Variations
Color information
#ADAAA9 (or 0xADAAA9) is known color: Martini. HEX triplet: AD, AA and A9. RGB value is (173,170,169). Sum of RGB (Red+Green+Blue) = 173+170+169=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAAA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAAA9 is #525556. Grayscale: #AAAAAA. Windows color (decimal): -5395799 or 11119277. OLE color: 11119277.
HSL color Cylindrical-coordinate representation of color #ADAAA9: hue angle of 15º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ADAAA9 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 170 | 169 | - |
CMYK | 0 | 0.02 | 0.02 | 0.32 |
HSL | 15º | 0.02% | 0.67% | - |
HSV(B) | 15º | 0.02% | 0.68% | - |
XYZ | 38.77 | 40.5 | 43.31 | - |
YUV | 170.78 | 126.99 | 129.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 170 | 169 | 0 | 0.02 | 0.02 | 0.32 | 15 | 0.02 | 0.67 |
Hex | AD | AA | A9 | 0 | 2 | 2 | 20 | F | 2 | 43 |
Octal | 255 | 252 | 251 | 0 | 2 | 2 | 40 | 17 | 2 | 103 |
Binary | 10101101 | 10101010 | 10101001 | 0 | 10 | 10 | 100000 | 1111 | 10 | 1000011 |
Color Harmonies of #ADAAA9
Complementary color
Monochromatic Colors of #ADAAA9
Black with #ADAAA9
Text Example
Text Example
White with #ADAAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAAA9; }
p { color: rgb(173,170,169); }
H1.HeaderClassName
{
color: #ADAAA9;
}
.AnyTagClassName
{
color: #ADAAA9;
}
</style>
background-color css
<style>
a { background-color: #ADAAA9; }
a { background-color: rgb(173,170,169); }
div.DivClassName
{
background-color: #ADAAA9;
}
.BgClassName
{
background-color: #ADAAA9;
}
</style>
border-color css
<style>
span { border-color: #ADAAA9; }
span { border-color: rgb(173,170,169); }
td.TdClassName
{
border-color: #ADAAA9;
}
.TagClassName
{
border-color: #ADAAA9;
}
</style>