Shades of Napa #AAA087
Tints of Napa #AAA087
RGB
CMYK
RGB Variations
Color information
#AAA087 (or 0xAAA087) is known color: Napa. HEX triplet: AA, A0 and 87. RGB value is (170,160,135). Sum of RGB (Red+Green+Blue) = 170+160+135=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA087 is #555F78. Grayscale: #A0A0A0. Windows color (decimal): -5595001 or 8888490. OLE color: 8888490.
HSL color Cylindrical-coordinate representation of color #AAA087: hue angle of 42.86º 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 #AAA087 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 135 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.33 |
| HSL | 42.86º | 0.17% | 0.6% | - |
| HSV(B) | 42.86º | 0.21% | 0.67% | - |
| XYZ | 33.52 | 35.44 | 27.99 | - |
| YUV | 160.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 135 | 0 | 0.06 | 0.21 | 0.33 | 42.86 | 0.17 | 0.6 |
| Hex | AA | A0 | 87 | 0 | 6 | 15 | 21 | 2B | 11 | 3C |
| Octal | 252 | 240 | 207 | 0 | 6 | 25 | 41 | 53 | 21 | 74 |
| Binary | 10101010 | 10100000 | 10000111 | 0 | 110 | 10101 | 100001 | 101011 | 10001 | 111100 |
Color Harmonies of #AAA087
Complementary color
Monochromatic Colors of #AAA087
Black with #AAA087
Text Example
Text Example
White with #AAA087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA087; }
p { color: rgb(170,160,135); }
H1.HeaderClassName
{
color: #AAA087;
}
.AnyTagClassName
{
color: #AAA087;
}
</style>
background-color css
<style>
a { background-color: #AAA087; }
a { background-color: rgb(170,160,135); }
div.DivClassName
{
background-color: #AAA087;
}
.BgClassName
{
background-color: #AAA087;
}
</style>
border-color css
<style>
span { border-color: #AAA087; }
span { border-color: rgb(170,160,135); }
td.TdClassName
{
border-color: #AAA087;
}
.TagClassName
{
border-color: #AAA087;
}
</style>