Shades of Napa #AAA08A
Tints of Napa #AAA08A
RGB
CMYK
RGB Variations
Color information
#AAA08A (or 0xAAA08A) is known color: Napa. HEX triplet: AA, A0 and 8A. RGB value is (170,160,138). Sum of RGB (Red+Green+Blue) = 170+160+138=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA08A is #555F75. Grayscale: #A0A0A0. Windows color (decimal): -5594998 or 9085098. OLE color: 9085098.
HSL color Cylindrical-coordinate representation of color #AAA08A: hue angle of 41.25º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAA08A is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 138 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.33 |
| HSL | 41.25º | 0.16% | 0.6% | - |
| HSV(B) | 41.25º | 0.19% | 0.67% | - |
| XYZ | 33.74 | 35.52 | 29.12 | - |
| YUV | 160.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 138 | 0 | 0.06 | 0.19 | 0.33 | 41.25 | 0.16 | 0.6 |
| Hex | AA | A0 | 8A | 0 | 6 | 13 | 21 | 29 | 10 | 3C |
| Octal | 252 | 240 | 212 | 0 | 6 | 23 | 41 | 51 | 20 | 74 |
| Binary | 10101010 | 10100000 | 10001010 | 0 | 110 | 10011 | 100001 | 101001 | 10000 | 111100 |
Color Harmonies of #AAA08A
Complementary color
Monochromatic Colors of #AAA08A
Black with #AAA08A
Text Example
Text Example
White with #AAA08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA08A; }
p { color: rgb(170,160,138); }
H1.HeaderClassName
{
color: #AAA08A;
}
.AnyTagClassName
{
color: #AAA08A;
}
</style>
background-color css
<style>
a { background-color: #AAA08A; }
a { background-color: rgb(170,160,138); }
div.DivClassName
{
background-color: #AAA08A;
}
.BgClassName
{
background-color: #AAA08A;
}
</style>
border-color css
<style>
span { border-color: #AAA08A; }
span { border-color: rgb(170,160,138); }
td.TdClassName
{
border-color: #AAA08A;
}
.TagClassName
{
border-color: #AAA08A;
}
</style>