Shades of Napa #AAA18E
Tints of Napa #AAA18E
RGB
CMYK
RGB Variations
Color information
#AAA18E (or 0xAAA18E) is known color: Napa. HEX triplet: AA, A1 and 8E. RGB value is (170,161,142). Sum of RGB (Red+Green+Blue) = 170+161+142=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA18E is #555E71. Grayscale: #A1A1A1. Windows color (decimal): -5594738 or 9347498. OLE color: 9347498.
HSL color Cylindrical-coordinate representation of color #AAA18E: hue angle of 40.71º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAA18E is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 142 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.33 |
| HSL | 40.71º | 0.14% | 0.61% | - |
| HSV(B) | 40.71º | 0.16% | 0.67% | - |
| XYZ | 34.2 | 35.99 | 30.73 | - |
| YUV | 161.53 | 116.98 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 142 | 0 | 0.05 | 0.16 | 0.33 | 40.71 | 0.14 | 0.61 |
| Hex | AA | A1 | 8E | 0 | 5 | 10 | 21 | 29 | E | 3D |
| Octal | 252 | 241 | 216 | 0 | 5 | 20 | 41 | 51 | 16 | 75 |
| Binary | 10101010 | 10100001 | 10001110 | 0 | 101 | 10000 | 100001 | 101001 | 1110 | 111101 |
Color Harmonies of #AAA18E
Complementary color
Monochromatic Colors of #AAA18E
Black with #AAA18E
Text Example
Text Example
White with #AAA18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA18E; }
p { color: rgb(170,161,142); }
H1.HeaderClassName
{
color: #AAA18E;
}
.AnyTagClassName
{
color: #AAA18E;
}
</style>
background-color css
<style>
a { background-color: #AAA18E; }
a { background-color: rgb(170,161,142); }
div.DivClassName
{
background-color: #AAA18E;
}
.BgClassName
{
background-color: #AAA18E;
}
</style>
border-color css
<style>
span { border-color: #AAA18E; }
span { border-color: rgb(170,161,142); }
td.TdClassName
{
border-color: #AAA18E;
}
.TagClassName
{
border-color: #AAA18E;
}
</style>