Shades of Napa #AA9D84
Tints of Napa #AA9D84
RGB
CMYK
RGB Variations
Color information
#AA9D84 (or 0xAA9D84) is known color: Napa. HEX triplet: AA, 9D and 84. RGB value is (170,157,132). Sum of RGB (Red+Green+Blue) = 170+157+132=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9D84 is #55627B. Grayscale: #9E9E9E. Windows color (decimal): -5595772 or 8691114. OLE color: 8691114.
HSL color Cylindrical-coordinate representation of color #AA9D84: hue angle of 39.47º 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 #AA9D84 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 132 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.33 |
| HSL | 39.47º | 0.18% | 0.59% | - |
| HSV(B) | 39.47º | 0.22% | 0.67% | - |
| XYZ | 32.8 | 34.33 | 26.73 | - |
| YUV | 158.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 132 | 0 | 0.08 | 0.22 | 0.33 | 39.47 | 0.18 | 0.59 |
| Hex | AA | 9D | 84 | 0 | 8 | 16 | 21 | 27 | 12 | 3B |
| Octal | 252 | 235 | 204 | 0 | 10 | 26 | 41 | 47 | 22 | 73 |
| Binary | 10101010 | 10011101 | 10000100 | 0 | 1000 | 10110 | 100001 | 100111 | 10010 | 111011 |
Color Harmonies of #AA9D84
Complementary color
Monochromatic Colors of #AA9D84
Black with #AA9D84
Text Example
Text Example
White with #AA9D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D84; }
p { color: rgb(170,157,132); }
H1.HeaderClassName
{
color: #AA9D84;
}
.AnyTagClassName
{
color: #AA9D84;
}
</style>
background-color css
<style>
a { background-color: #AA9D84; }
a { background-color: rgb(170,157,132); }
div.DivClassName
{
background-color: #AA9D84;
}
.BgClassName
{
background-color: #AA9D84;
}
</style>
border-color css
<style>
span { border-color: #AA9D84; }
span { border-color: rgb(170,157,132); }
td.TdClassName
{
border-color: #AA9D84;
}
.TagClassName
{
border-color: #AA9D84;
}
</style>