Shades of Napa #AAA089
Tints of Napa #AAA089
RGB
CMYK
RGB Variations
Color information
#AAA089 (or 0xAAA089) is known color: Napa. HEX triplet: AA, A0 and 89. RGB value is (170,160,137). Sum of RGB (Red+Green+Blue) = 170+160+137=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA089 is #555F76. Grayscale: #A0A0A0. Windows color (decimal): -5594999 or 9019562. OLE color: 9019562.
HSL color Cylindrical-coordinate representation of color #AAA089: hue angle of 41.82º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAA089 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 137 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.33 |
| HSL | 41.82º | 0.16% | 0.6% | - |
| HSV(B) | 41.82º | 0.19% | 0.67% | - |
| XYZ | 33.66 | 35.49 | 28.74 | - |
| YUV | 160.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 137 | 0 | 0.06 | 0.19 | 0.33 | 41.82 | 0.16 | 0.6 |
| Hex | AA | A0 | 89 | 0 | 6 | 13 | 21 | 2A | 10 | 3C |
| Octal | 252 | 240 | 211 | 0 | 6 | 23 | 41 | 52 | 20 | 74 |
| Binary | 10101010 | 10100000 | 10001001 | 0 | 110 | 10011 | 100001 | 101010 | 10000 | 111100 |
Color Harmonies of #AAA089
Complementary color
Monochromatic Colors of #AAA089
Black with #AAA089
Text Example
Text Example
White with #AAA089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA089; }
p { color: rgb(170,160,137); }
H1.HeaderClassName
{
color: #AAA089;
}
.AnyTagClassName
{
color: #AAA089;
}
</style>
background-color css
<style>
a { background-color: #AAA089; }
a { background-color: rgb(170,160,137); }
div.DivClassName
{
background-color: #AAA089;
}
.BgClassName
{
background-color: #AAA089;
}
</style>
border-color css
<style>
span { border-color: #AAA089; }
span { border-color: rgb(170,160,137); }
td.TdClassName
{
border-color: #AAA089;
}
.TagClassName
{
border-color: #AAA089;
}
</style>