Shades of Napa #AA9F86
Tints of Napa #AA9F86
RGB
CMYK
RGB Variations
Color information
#AA9F86 (or 0xAA9F86) is known color: Napa. HEX triplet: AA, 9F and 86. RGB value is (170,159,134). Sum of RGB (Red+Green+Blue) = 170+159+134=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F86 is #556079. Grayscale: #9F9F9F. Windows color (decimal): -5595258 or 8822698. OLE color: 8822698.
HSL color Cylindrical-coordinate representation of color #AA9F86: hue angle of 41.67º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA9F86 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 134 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.33 |
| HSL | 41.67º | 0.17% | 0.6% | - |
| HSV(B) | 41.67º | 0.21% | 0.67% | - |
| XYZ | 33.28 | 35.06 | 27.57 | - |
| YUV | 159.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 134 | 0 | 0.06 | 0.21 | 0.33 | 41.67 | 0.17 | 0.6 |
| Hex | AA | 9F | 86 | 0 | 6 | 15 | 21 | 2A | 11 | 3C |
| Octal | 252 | 237 | 206 | 0 | 6 | 25 | 41 | 52 | 21 | 74 |
| Binary | 10101010 | 10011111 | 10000110 | 0 | 110 | 10101 | 100001 | 101010 | 10001 | 111100 |
Color Harmonies of #AA9F86
Complementary color
Monochromatic Colors of #AA9F86
Black with #AA9F86
Text Example
Text Example
White with #AA9F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F86; }
p { color: rgb(170,159,134); }
H1.HeaderClassName
{
color: #AA9F86;
}
.AnyTagClassName
{
color: #AA9F86;
}
</style>
background-color css
<style>
a { background-color: #AA9F86; }
a { background-color: rgb(170,159,134); }
div.DivClassName
{
background-color: #AA9F86;
}
.BgClassName
{
background-color: #AA9F86;
}
</style>
border-color css
<style>
span { border-color: #AA9F86; }
span { border-color: rgb(170,159,134); }
td.TdClassName
{
border-color: #AA9F86;
}
.TagClassName
{
border-color: #AA9F86;
}
</style>