Shades of Napa #AAA18D
Tints of Napa #AAA18D
RGB
CMYK
RGB Variations
Color information
#AAA18D (or 0xAAA18D) is known color: Napa. HEX triplet: AA, A1 and 8D. RGB value is (170,161,141). Sum of RGB (Red+Green+Blue) = 170+161+141=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA18D is #555E72. Grayscale: #A1A1A1. Windows color (decimal): -5594739 or 9281962. OLE color: 9281962.
HSL color Cylindrical-coordinate representation of color #AAA18D: hue angle of 41.38º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAA18D is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 141 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.33 |
| HSL | 41.38º | 0.15% | 0.61% | - |
| HSV(B) | 41.38º | 0.17% | 0.67% | - |
| XYZ | 34.13 | 35.96 | 30.34 | - |
| YUV | 161.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 141 | 0 | 0.05 | 0.17 | 0.33 | 41.38 | 0.15 | 0.61 |
| Hex | AA | A1 | 8D | 0 | 5 | 11 | 21 | 29 | F | 3D |
| Octal | 252 | 241 | 215 | 0 | 5 | 21 | 41 | 51 | 17 | 75 |
| Binary | 10101010 | 10100001 | 10001101 | 0 | 101 | 10001 | 100001 | 101001 | 1111 | 111101 |
Color Harmonies of #AAA18D
Complementary color
Monochromatic Colors of #AAA18D
Black with #AAA18D
Text Example
Text Example
White with #AAA18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA18D; }
p { color: rgb(170,161,141); }
H1.HeaderClassName
{
color: #AAA18D;
}
.AnyTagClassName
{
color: #AAA18D;
}
</style>
background-color css
<style>
a { background-color: #AAA18D; }
a { background-color: rgb(170,161,141); }
div.DivClassName
{
background-color: #AAA18D;
}
.BgClassName
{
background-color: #AAA18D;
}
</style>
border-color css
<style>
span { border-color: #AAA18D; }
span { border-color: rgb(170,161,141); }
td.TdClassName
{
border-color: #AAA18D;
}
.TagClassName
{
border-color: #AAA18D;
}
</style>