Shades of Napa #AAA08E
Tints of Napa #AAA08E
RGB
CMYK
RGB Variations
Color information
#AAA08E (or 0xAAA08E) is known color: Napa. HEX triplet: AA, A0 and 8E. RGB value is (170,160,142). Sum of RGB (Red+Green+Blue) = 170+160+142=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA08E is #555F71. Grayscale: #A1A1A1. Windows color (decimal): -5594994 or 9347242. OLE color: 9347242.
HSL color Cylindrical-coordinate representation of color #AAA08E: hue angle of 38.57º 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 #AAA08E is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 142 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.33 |
| HSL | 38.57º | 0.14% | 0.61% | - |
| HSV(B) | 38.57º | 0.16% | 0.67% | - |
| XYZ | 34.03 | 35.64 | 30.68 | - |
| YUV | 160.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 142 | 0 | 0.06 | 0.16 | 0.33 | 38.57 | 0.14 | 0.61 |
| Hex | AA | A0 | 8E | 0 | 6 | 10 | 21 | 27 | E | 3D |
| Octal | 252 | 240 | 216 | 0 | 6 | 20 | 41 | 47 | 16 | 75 |
| Binary | 10101010 | 10100000 | 10001110 | 0 | 110 | 10000 | 100001 | 100111 | 1110 | 111101 |
Color Harmonies of #AAA08E
Complementary color
Monochromatic Colors of #AAA08E
Black with #AAA08E
Text Example
Text Example
White with #AAA08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA08E; }
p { color: rgb(170,160,142); }
H1.HeaderClassName
{
color: #AAA08E;
}
.AnyTagClassName
{
color: #AAA08E;
}
</style>
background-color css
<style>
a { background-color: #AAA08E; }
a { background-color: rgb(170,160,142); }
div.DivClassName
{
background-color: #AAA08E;
}
.BgClassName
{
background-color: #AAA08E;
}
</style>
border-color css
<style>
span { border-color: #AAA08E; }
span { border-color: rgb(170,160,142); }
td.TdClassName
{
border-color: #AAA08E;
}
.TagClassName
{
border-color: #AAA08E;
}
</style>