Shades of Napa #AAA290
Tints of Napa #AAA290
RGB
CMYK
RGB Variations
Color information
#AAA290 (or 0xAAA290) is known color: Napa. HEX triplet: AA, A2 and 90. RGB value is (170,162,144). Sum of RGB (Red+Green+Blue) = 170+162+144=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA290 is #555D6F. Grayscale: #A2A2A2. Windows color (decimal): -5594480 or 9478826. OLE color: 9478826.
HSL color Cylindrical-coordinate representation of color #AAA290: hue angle of 41.54º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAA290 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 144 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.33 |
| HSL | 41.54º | 0.13% | 0.62% | - |
| HSV(B) | 41.54º | 0.15% | 0.67% | - |
| XYZ | 34.53 | 36.4 | 31.59 | - |
| YUV | 162.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 144 | 0 | 0.05 | 0.15 | 0.33 | 41.54 | 0.13 | 0.62 |
| Hex | AA | A2 | 90 | 0 | 5 | F | 21 | 2A | D | 3E |
| Octal | 252 | 242 | 220 | 0 | 5 | 17 | 41 | 52 | 15 | 76 |
| Binary | 10101010 | 10100010 | 10010000 | 0 | 101 | 1111 | 100001 | 101010 | 1101 | 111110 |
Color Harmonies of #AAA290
Complementary color
Monochromatic Colors of #AAA290
Black with #AAA290
Text Example
Text Example
White with #AAA290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA290; }
p { color: rgb(170,162,144); }
H1.HeaderClassName
{
color: #AAA290;
}
.AnyTagClassName
{
color: #AAA290;
}
</style>
background-color css
<style>
a { background-color: #AAA290; }
a { background-color: rgb(170,162,144); }
div.DivClassName
{
background-color: #AAA290;
}
.BgClassName
{
background-color: #AAA290;
}
</style>
border-color css
<style>
span { border-color: #AAA290; }
span { border-color: rgb(170,162,144); }
td.TdClassName
{
border-color: #AAA290;
}
.TagClassName
{
border-color: #AAA290;
}
</style>