Shades of Martini #A8A5A4
Tints of Martini #A8A5A4
RGB
CMYK
RGB Variations
Color information
#A8A5A4 (or 0xA8A5A4) is known color: Martini. HEX triplet: A8, A5 and A4. RGB value is (168,165,164). Sum of RGB (Red+Green+Blue) = 168+165+164=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 164 (64.45% from 255 or 33.00% from 497); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A5A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A5A4 is #575A5B. Grayscale: #A5A5A5. Windows color (decimal): -5724764 or 10790312. OLE color: 10790312.
HSL color Cylindrical-coordinate representation of color #A8A5A4: hue angle of 15º degrees, saturation: 0.02, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A8A5A4 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 165 | 164 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.34 |
| HSL | 15º | 0.02% | 0.65% | - |
| HSV(B) | 15º | 0.02% | 0.66% | - |
| XYZ | 36.3 | 37.92 | 40.53 | - |
| YUV | 165.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 165 | 164 | 0 | 0.02 | 0.02 | 0.34 | 15 | 0.02 | 0.65 |
| Hex | A8 | A5 | A4 | 0 | 2 | 2 | 22 | F | 2 | 41 |
| Octal | 250 | 245 | 244 | 0 | 2 | 2 | 42 | 17 | 2 | 101 |
| Binary | 10101000 | 10100101 | 10100100 | 0 | 10 | 10 | 100010 | 1111 | 10 | 1000001 |
Color Harmonies of #A8A5A4
Complementary color
Monochromatic Colors of #A8A5A4
Black with #A8A5A4
Text Example
Text Example
White with #A8A5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A5A4; }
p { color: rgb(168,165,164); }
H1.HeaderClassName
{
color: #A8A5A4;
}
.AnyTagClassName
{
color: #A8A5A4;
}
</style>
background-color css
<style>
a { background-color: #A8A5A4; }
a { background-color: rgb(168,165,164); }
div.DivClassName
{
background-color: #A8A5A4;
}
.BgClassName
{
background-color: #A8A5A4;
}
</style>
border-color css
<style>
span { border-color: #A8A5A4; }
span { border-color: rgb(168,165,164); }
td.TdClassName
{
border-color: #A8A5A4;
}
.TagClassName
{
border-color: #A8A5A4;
}
</style>