Shades of Martini #A8A09D
Tints of Martini #A8A09D
RGB
CMYK
RGB Variations
Color information
#A8A09D (or 0xA8A09D) is known color: Martini. HEX triplet: A8, A0 and 9D. RGB value is (168,160,157). Sum of RGB (Red+Green+Blue) = 168+160+157=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A09D is #575F62. Grayscale: #A2A2A2. Windows color (decimal): -5726051 or 10330280. OLE color: 10330280.
HSL color Cylindrical-coordinate representation of color #A8A09D: hue angle of 16.36º degrees, saturation: 0.06, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A8A09D is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 160 | 157 | - |
CMYK | 0 | 0.05 | 0.07 | 0.34 |
HSL | 16.36º | 0.06% | 0.64% | - |
HSV(B) | 16.36º | 0.07% | 0.66% | - |
XYZ | 34.81 | 35.9 | 36.99 | - |
YUV | 162.05 | 125.15 | 132.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 160 | 157 | 0 | 0.05 | 0.07 | 0.34 | 16.36 | 0.06 | 0.64 |
Hex | A8 | A0 | 9D | 0 | 5 | 7 | 22 | 10 | 6 | 40 |
Octal | 250 | 240 | 235 | 0 | 5 | 7 | 42 | 20 | 6 | 100 |
Binary | 10101000 | 10100000 | 10011101 | 0 | 101 | 111 | 100010 | 10000 | 110 | 1000000 |
Color Harmonies of #A8A09D
Complementary color
Monochromatic Colors of #A8A09D
Black with #A8A09D
Text Example
Text Example
White with #A8A09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A09D; }
p { color: rgb(168,160,157); }
H1.HeaderClassName
{
color: #A8A09D;
}
.AnyTagClassName
{
color: #A8A09D;
}
</style>
background-color css
<style>
a { background-color: #A8A09D; }
a { background-color: rgb(168,160,157); }
div.DivClassName
{
background-color: #A8A09D;
}
.BgClassName
{
background-color: #A8A09D;
}
</style>
border-color css
<style>
span { border-color: #A8A09D; }
span { border-color: rgb(168,160,157); }
td.TdClassName
{
border-color: #A8A09D;
}
.TagClassName
{
border-color: #A8A09D;
}
</style>