Shades of Napa #A9A091
Tints of Napa #A9A091
RGB
CMYK
RGB Variations
Color information
#A9A091 (or 0xA9A091) is known color: Napa. HEX triplet: A9, A0 and 91. RGB value is (169,160,145). Sum of RGB (Red+Green+Blue) = 169+160+145=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A091 is #565F6E. Grayscale: #A1A1A1. Windows color (decimal): -5660527 or 9543849. OLE color: 9543849.
HSL color Cylindrical-coordinate representation of color #A9A091: hue angle of 37.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9A091 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 160 | 145 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.34 |
| HSL | 37.5º | 0.12% | 0.62% | - |
| HSV(B) | 37.5º | 0.14% | 0.66% | - |
| XYZ | 34.04 | 35.62 | 31.87 | - |
| YUV | 160.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 160 | 145 | 0 | 0.05 | 0.14 | 0.34 | 37.5 | 0.12 | 0.62 |
| Hex | A9 | A0 | 91 | 0 | 5 | E | 22 | 26 | C | 3E |
| Octal | 251 | 240 | 221 | 0 | 5 | 16 | 42 | 46 | 14 | 76 |
| Binary | 10101001 | 10100000 | 10010001 | 0 | 101 | 1110 | 100010 | 100110 | 1100 | 111110 |
Color Harmonies of #A9A091
Complementary color
Monochromatic Colors of #A9A091
Black with #A9A091
Text Example
Text Example
White with #A9A091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A091; }
p { color: rgb(169,160,145); }
H1.HeaderClassName
{
color: #A9A091;
}
.AnyTagClassName
{
color: #A9A091;
}
</style>
background-color css
<style>
a { background-color: #A9A091; }
a { background-color: rgb(169,160,145); }
div.DivClassName
{
background-color: #A9A091;
}
.BgClassName
{
background-color: #A9A091;
}
</style>
border-color css
<style>
span { border-color: #A9A091; }
span { border-color: rgb(169,160,145); }
td.TdClassName
{
border-color: #A9A091;
}
.TagClassName
{
border-color: #A9A091;
}
</style>