Shades of Napa #AAA091
Tints of Napa #AAA091
RGB
CMYK
RGB Variations
Color information
#AAA091 (or 0xAAA091) is known color: Napa. HEX triplet: AA, A0 and 91. RGB value is (170,160,145). Sum of RGB (Red+Green+Blue) = 170+160+145=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA091 is #555F6E. Grayscale: #A1A1A1. Windows color (decimal): -5594991 or 9543850. OLE color: 9543850.
HSL color Cylindrical-coordinate representation of color #AAA091: hue angle of 36º 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 #AAA091 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 145 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.33 |
| HSL | 36º | 0.13% | 0.62% | - |
| HSV(B) | 36º | 0.15% | 0.67% | - |
| XYZ | 34.26 | 35.73 | 31.88 | - |
| YUV | 161.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 145 | 0 | 0.06 | 0.15 | 0.33 | 36 | 0.13 | 0.62 |
| Hex | AA | A0 | 91 | 0 | 6 | F | 21 | 24 | D | 3E |
| Octal | 252 | 240 | 221 | 0 | 6 | 17 | 41 | 44 | 15 | 76 |
| Binary | 10101010 | 10100000 | 10010001 | 0 | 110 | 1111 | 100001 | 100100 | 1101 | 111110 |
Color Harmonies of #AAA091
Complementary color
Monochromatic Colors of #AAA091
Black with #AAA091
Text Example
Text Example
White with #AAA091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA091; }
p { color: rgb(170,160,145); }
H1.HeaderClassName
{
color: #AAA091;
}
.AnyTagClassName
{
color: #AAA091;
}
</style>
background-color css
<style>
a { background-color: #AAA091; }
a { background-color: rgb(170,160,145); }
div.DivClassName
{
background-color: #AAA091;
}
.BgClassName
{
background-color: #AAA091;
}
</style>
border-color css
<style>
span { border-color: #AAA091; }
span { border-color: rgb(170,160,145); }
td.TdClassName
{
border-color: #AAA091;
}
.TagClassName
{
border-color: #AAA091;
}
</style>