Shades of Napa #AA9F8E
Tints of Napa #AA9F8E
RGB
CMYK
RGB Variations
Color information
#AA9F8E (or 0xAA9F8E) is known color: Napa. HEX triplet: AA, 9F and 8E. RGB value is (170,159,142). Sum of RGB (Red+Green+Blue) = 170+159+142=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F8E is #556071. Grayscale: #A0A0A0. Windows color (decimal): -5595250 or 9346986. OLE color: 9346986.
HSL color Cylindrical-coordinate representation of color #AA9F8E: hue angle of 36.43º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA9F8E is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 142 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.33 |
| HSL | 36.43º | 0.14% | 0.61% | - |
| HSV(B) | 36.43º | 0.16% | 0.67% | - |
| XYZ | 33.86 | 35.3 | 30.62 | - |
| YUV | 160.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 142 | 0 | 0.06 | 0.16 | 0.33 | 36.43 | 0.14 | 0.61 |
| Hex | AA | 9F | 8E | 0 | 6 | 10 | 21 | 24 | E | 3D |
| Octal | 252 | 237 | 216 | 0 | 6 | 20 | 41 | 44 | 16 | 75 |
| Binary | 10101010 | 10011111 | 10001110 | 0 | 110 | 10000 | 100001 | 100100 | 1110 | 111101 |
Color Harmonies of #AA9F8E
Complementary color
Monochromatic Colors of #AA9F8E
Black with #AA9F8E
Text Example
Text Example
White with #AA9F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F8E; }
p { color: rgb(170,159,142); }
H1.HeaderClassName
{
color: #AA9F8E;
}
.AnyTagClassName
{
color: #AA9F8E;
}
</style>
background-color css
<style>
a { background-color: #AA9F8E; }
a { background-color: rgb(170,159,142); }
div.DivClassName
{
background-color: #AA9F8E;
}
.BgClassName
{
background-color: #AA9F8E;
}
</style>
border-color css
<style>
span { border-color: #AA9F8E; }
span { border-color: rgb(170,159,142); }
td.TdClassName
{
border-color: #AA9F8E;
}
.TagClassName
{
border-color: #AA9F8E;
}
</style>