Shades of Napa #AA9E85
Tints of Napa #AA9E85
RGB
CMYK
RGB Variations
Color information
#AA9E85 (or 0xAA9E85) is known color: Napa. HEX triplet: AA, 9E and 85. RGB value is (170,158,133). Sum of RGB (Red+Green+Blue) = 170+158+133=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9E85 is #55617A. Grayscale: #9E9E9E. Windows color (decimal): -5595515 or 8756906. OLE color: 8756906.
HSL color Cylindrical-coordinate representation of color #AA9E85: hue angle of 40.54º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA9E85 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 133 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.33 |
| HSL | 40.54º | 0.18% | 0.59% | - |
| HSV(B) | 40.54º | 0.22% | 0.67% | - |
| XYZ | 33.04 | 34.69 | 27.15 | - |
| YUV | 158.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 133 | 0 | 0.07 | 0.22 | 0.33 | 40.54 | 0.18 | 0.59 |
| Hex | AA | 9E | 85 | 0 | 7 | 16 | 21 | 29 | 12 | 3B |
| Octal | 252 | 236 | 205 | 0 | 7 | 26 | 41 | 51 | 22 | 73 |
| Binary | 10101010 | 10011110 | 10000101 | 0 | 111 | 10110 | 100001 | 101001 | 10010 | 111011 |
Color Harmonies of #AA9E85
Complementary color
Monochromatic Colors of #AA9E85
Black with #AA9E85
Text Example
Text Example
White with #AA9E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E85; }
p { color: rgb(170,158,133); }
H1.HeaderClassName
{
color: #AA9E85;
}
.AnyTagClassName
{
color: #AA9E85;
}
</style>
background-color css
<style>
a { background-color: #AA9E85; }
a { background-color: rgb(170,158,133); }
div.DivClassName
{
background-color: #AA9E85;
}
.BgClassName
{
background-color: #AA9E85;
}
</style>
border-color css
<style>
span { border-color: #AA9E85; }
span { border-color: rgb(170,158,133); }
td.TdClassName
{
border-color: #AA9E85;
}
.TagClassName
{
border-color: #AA9E85;
}
</style>