Shades of Napa #AAA191
Tints of Napa #AAA191
RGB
CMYK
RGB Variations
Color information
#AAA191 (or 0xAAA191) is known color: Napa. HEX triplet: AA, A1 and 91. RGB value is (170,161,145). Sum of RGB (Red+Green+Blue) = 170+161+145=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA191 is #555E6E. Grayscale: #A1A1A1. Windows color (decimal): -5594735 or 9544106. OLE color: 9544106.
HSL color Cylindrical-coordinate representation of color #AAA191: hue angle of 38.4º 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 #AAA191 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 145 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.33 |
| HSL | 38.4º | 0.13% | 0.62% | - |
| HSV(B) | 38.4º | 0.15% | 0.67% | - |
| XYZ | 34.43 | 36.08 | 31.94 | - |
| YUV | 161.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 145 | 0 | 0.05 | 0.15 | 0.33 | 38.4 | 0.13 | 0.62 |
| Hex | AA | A1 | 91 | 0 | 5 | F | 21 | 26 | D | 3E |
| Octal | 252 | 241 | 221 | 0 | 5 | 17 | 41 | 46 | 15 | 76 |
| Binary | 10101010 | 10100001 | 10010001 | 0 | 101 | 1111 | 100001 | 100110 | 1101 | 111110 |
Color Harmonies of #AAA191
Complementary color
Monochromatic Colors of #AAA191
Black with #AAA191
Text Example
Text Example
White with #AAA191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA191; }
p { color: rgb(170,161,145); }
H1.HeaderClassName
{
color: #AAA191;
}
.AnyTagClassName
{
color: #AAA191;
}
</style>
background-color css
<style>
a { background-color: #AAA191; }
a { background-color: rgb(170,161,145); }
div.DivClassName
{
background-color: #AAA191;
}
.BgClassName
{
background-color: #AAA191;
}
</style>
border-color css
<style>
span { border-color: #AAA191; }
span { border-color: rgb(170,161,145); }
td.TdClassName
{
border-color: #AAA191;
}
.TagClassName
{
border-color: #AAA191;
}
</style>