Shades of Napa #AA9D80
Tints of Napa #AA9D80
RGB
CMYK
RGB Variations
Color information
#AA9D80 (or 0xAA9D80) is known color: Napa. HEX triplet: AA, 9D and 80. RGB value is (170,157,128). Sum of RGB (Red+Green+Blue) = 170+157+128=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9D80 is #55627F. Grayscale: #9D9D9D. Windows color (decimal): -5595776 or 8428970. OLE color: 8428970.
HSL color Cylindrical-coordinate representation of color #AA9D80: hue angle of 41.43º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA9D80 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 128 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.33 |
| HSL | 41.43º | 0.2% | 0.58% | - |
| HSV(B) | 41.43º | 0.25% | 0.67% | - |
| XYZ | 32.53 | 34.22 | 25.31 | - |
| YUV | 157.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 128 | 0 | 0.08 | 0.25 | 0.33 | 41.43 | 0.2 | 0.58 |
| Hex | AA | 9D | 80 | 0 | 8 | 19 | 21 | 29 | 14 | 3A |
| Octal | 252 | 235 | 200 | 0 | 10 | 31 | 41 | 51 | 24 | 72 |
| Binary | 10101010 | 10011101 | 10000000 | 0 | 1000 | 11001 | 100001 | 101001 | 10100 | 111010 |
Color Harmonies of #AA9D80
Complementary color
Monochromatic Colors of #AA9D80
Black with #AA9D80
Text Example
Text Example
White with #AA9D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D80; }
p { color: rgb(170,157,128); }
H1.HeaderClassName
{
color: #AA9D80;
}
.AnyTagClassName
{
color: #AA9D80;
}
</style>
background-color css
<style>
a { background-color: #AA9D80; }
a { background-color: rgb(170,157,128); }
div.DivClassName
{
background-color: #AA9D80;
}
.BgClassName
{
background-color: #AA9D80;
}
</style>
border-color css
<style>
span { border-color: #AA9D80; }
span { border-color: rgb(170,157,128); }
td.TdClassName
{
border-color: #AA9D80;
}
.TagClassName
{
border-color: #AA9D80;
}
</style>