Shades of Napa #AAA086
Tints of Napa #AAA086
RGB
CMYK
RGB Variations
Color information
#AAA086 (or 0xAAA086) is known color: Napa. HEX triplet: AA, A0 and 86. RGB value is (170,160,134). Sum of RGB (Red+Green+Blue) = 170+160+134=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA086 is #555F79. Grayscale: #A0A0A0. Windows color (decimal): -5595002 or 8822954. OLE color: 8822954.
HSL color Cylindrical-coordinate representation of color #AAA086: hue angle of 43.33º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAA086 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 134 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.33 |
| HSL | 43.33º | 0.17% | 0.6% | - |
| HSV(B) | 43.33º | 0.21% | 0.67% | - |
| XYZ | 33.45 | 35.41 | 27.63 | - |
| YUV | 160.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 134 | 0 | 0.06 | 0.21 | 0.33 | 43.33 | 0.17 | 0.6 |
| Hex | AA | A0 | 86 | 0 | 6 | 15 | 21 | 2B | 11 | 3C |
| Octal | 252 | 240 | 206 | 0 | 6 | 25 | 41 | 53 | 21 | 74 |
| Binary | 10101010 | 10100000 | 10000110 | 0 | 110 | 10101 | 100001 | 101011 | 10001 | 111100 |
Color Harmonies of #AAA086
Complementary color
Monochromatic Colors of #AAA086
Black with #AAA086
Text Example
Text Example
White with #AAA086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA086; }
p { color: rgb(170,160,134); }
H1.HeaderClassName
{
color: #AAA086;
}
.AnyTagClassName
{
color: #AAA086;
}
</style>
background-color css
<style>
a { background-color: #AAA086; }
a { background-color: rgb(170,160,134); }
div.DivClassName
{
background-color: #AAA086;
}
.BgClassName
{
background-color: #AAA086;
}
</style>
border-color css
<style>
span { border-color: #AAA086; }
span { border-color: rgb(170,160,134); }
td.TdClassName
{
border-color: #AAA086;
}
.TagClassName
{
border-color: #AAA086;
}
</style>