Shades of Martini #ADA4A2
Tints of Martini #ADA4A2
RGB
CMYK
RGB Variations
Color information
#ADA4A2 (or 0xADA4A2) is known color: Martini. HEX triplet: AD, A4 and A2. RGB value is (173,164,162). Sum of RGB (Red+Green+Blue) = 173+164+162=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA4A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA4A2 is #525B5D. Grayscale: #A6A6A6. Windows color (decimal): -5397342 or 10658989. OLE color: 10658989.
HSL color Cylindrical-coordinate representation of color #ADA4A2: hue angle of 10.91º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADA4A2 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 164 | 162 | - |
CMYK | 0 | 0.05 | 0.06 | 0.32 |
HSL | 10.91º | 0.06% | 0.66% | - |
HSV(B) | 10.91º | 0.06% | 0.68% | - |
XYZ | 37.03 | 38.04 | 39.57 | - |
YUV | 166.46 | 125.48 | 132.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 164 | 162 | 0 | 0.05 | 0.06 | 0.32 | 10.91 | 0.06 | 0.66 |
Hex | AD | A4 | A2 | 0 | 5 | 6 | 20 | B | 6 | 42 |
Octal | 255 | 244 | 242 | 0 | 5 | 6 | 40 | 13 | 6 | 102 |
Binary | 10101101 | 10100100 | 10100010 | 0 | 101 | 110 | 100000 | 1011 | 110 | 1000010 |
Color Harmonies of #ADA4A2
Complementary color
Monochromatic Colors of #ADA4A2
Black with #ADA4A2
Text Example
Text Example
White with #ADA4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA4A2; }
p { color: rgb(173,164,162); }
H1.HeaderClassName
{
color: #ADA4A2;
}
.AnyTagClassName
{
color: #ADA4A2;
}
</style>
background-color css
<style>
a { background-color: #ADA4A2; }
a { background-color: rgb(173,164,162); }
div.DivClassName
{
background-color: #ADA4A2;
}
.BgClassName
{
background-color: #ADA4A2;
}
</style>
border-color css
<style>
span { border-color: #ADA4A2; }
span { border-color: rgb(173,164,162); }
td.TdClassName
{
border-color: #ADA4A2;
}
.TagClassName
{
border-color: #ADA4A2;
}
</style>