Shades of Napa #A9A08D
Tints of Napa #A9A08D
RGB
CMYK
RGB Variations
Color information
#A9A08D (or 0xA9A08D) is known color: Napa. HEX triplet: A9, A0 and 8D. RGB value is (169,160,141). Sum of RGB (Red+Green+Blue) = 169+160+141=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A08D is #565F72. Grayscale: #A0A0A0. Windows color (decimal): -5660531 or 9281705. OLE color: 9281705.
HSL color Cylindrical-coordinate representation of color #A9A08D: hue angle of 40.71º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9A08D is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 160 | 141 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.34 |
| HSL | 40.71º | 0.14% | 0.61% | - |
| HSV(B) | 40.71º | 0.17% | 0.66% | - |
| XYZ | 33.74 | 35.5 | 30.27 | - |
| YUV | 160.53 | 116.98 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 160 | 141 | 0 | 0.05 | 0.17 | 0.34 | 40.71 | 0.14 | 0.61 |
| Hex | A9 | A0 | 8D | 0 | 5 | 11 | 22 | 29 | E | 3D |
| Octal | 251 | 240 | 215 | 0 | 5 | 21 | 42 | 51 | 16 | 75 |
| Binary | 10101001 | 10100000 | 10001101 | 0 | 101 | 10001 | 100010 | 101001 | 1110 | 111101 |
Color Harmonies of #A9A08D
Complementary color
Monochromatic Colors of #A9A08D
Black with #A9A08D
Text Example
Text Example
White with #A9A08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A08D; }
p { color: rgb(169,160,141); }
H1.HeaderClassName
{
color: #A9A08D;
}
.AnyTagClassName
{
color: #A9A08D;
}
</style>
background-color css
<style>
a { background-color: #A9A08D; }
a { background-color: rgb(169,160,141); }
div.DivClassName
{
background-color: #A9A08D;
}
.BgClassName
{
background-color: #A9A08D;
}
</style>
border-color css
<style>
span { border-color: #A9A08D; }
span { border-color: rgb(169,160,141); }
td.TdClassName
{
border-color: #A9A08D;
}
.TagClassName
{
border-color: #A9A08D;
}
</style>