Shades of Napa #A9A086
Tints of Napa #A9A086
RGB
CMYK
RGB Variations
Color information
#A9A086 (or 0xA9A086) is known color: Napa. HEX triplet: A9, A0 and 86. RGB value is (169,160,134). Sum of RGB (Red+Green+Blue) = 169+160+134=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A086 is #565F79. Grayscale: #9F9F9F. Windows color (decimal): -5660538 or 8822953. OLE color: 8822953.
HSL color Cylindrical-coordinate representation of color #A9A086: hue angle of 44.57º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9A086 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 160 | 134 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.34 |
| HSL | 44.57º | 0.17% | 0.59% | - |
| HSV(B) | 44.57º | 0.21% | 0.66% | - |
| XYZ | 33.24 | 35.3 | 27.62 | - |
| YUV | 159.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 160 | 134 | 0 | 0.05 | 0.21 | 0.34 | 44.57 | 0.17 | 0.59 |
| Hex | A9 | A0 | 86 | 0 | 5 | 15 | 22 | 2D | 11 | 3B |
| Octal | 251 | 240 | 206 | 0 | 5 | 25 | 42 | 55 | 21 | 73 |
| Binary | 10101001 | 10100000 | 10000110 | 0 | 101 | 10101 | 100010 | 101101 | 10001 | 111011 |
Color Harmonies of #A9A086
Complementary color
Monochromatic Colors of #A9A086
Black with #A9A086
Text Example
Text Example
White with #A9A086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A086; }
p { color: rgb(169,160,134); }
H1.HeaderClassName
{
color: #A9A086;
}
.AnyTagClassName
{
color: #A9A086;
}
</style>
background-color css
<style>
a { background-color: #A9A086; }
a { background-color: rgb(169,160,134); }
div.DivClassName
{
background-color: #A9A086;
}
.BgClassName
{
background-color: #A9A086;
}
</style>
border-color css
<style>
span { border-color: #A9A086; }
span { border-color: rgb(169,160,134); }
td.TdClassName
{
border-color: #A9A086;
}
.TagClassName
{
border-color: #A9A086;
}
</style>