Shades of Napa #AAA088
Tints of Napa #AAA088
RGB
CMYK
RGB Variations
Color information
#AAA088 (or 0xAAA088) is known color: Napa. HEX triplet: AA, A0 and 88. RGB value is (170,160,136). Sum of RGB (Red+Green+Blue) = 170+160+136=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA088 is #555F77. Grayscale: #A0A0A0. Windows color (decimal): -5595000 or 8954026. OLE color: 8954026.
HSL color Cylindrical-coordinate representation of color #AAA088: hue angle of 42.35º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAA088 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 136 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.33 |
| HSL | 42.35º | 0.17% | 0.6% | - |
| HSV(B) | 42.35º | 0.2% | 0.67% | - |
| XYZ | 33.59 | 35.47 | 28.37 | - |
| YUV | 160.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 136 | 0 | 0.06 | 0.20 | 0.33 | 42.35 | 0.17 | 0.6 |
| Hex | AA | A0 | 88 | 0 | 6 | 14 | 21 | 2A | 11 | 3C |
| Octal | 252 | 240 | 210 | 0 | 6 | 24 | 41 | 52 | 21 | 74 |
| Binary | 10101010 | 10100000 | 10001000 | 0 | 110 | 10100 | 100001 | 101010 | 10001 | 111100 |
Color Harmonies of #AAA088
Complementary color
Monochromatic Colors of #AAA088
Black with #AAA088
Text Example
Text Example
White with #AAA088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA088; }
p { color: rgb(170,160,136); }
H1.HeaderClassName
{
color: #AAA088;
}
.AnyTagClassName
{
color: #AAA088;
}
</style>
background-color css
<style>
a { background-color: #AAA088; }
a { background-color: rgb(170,160,136); }
div.DivClassName
{
background-color: #AAA088;
}
.BgClassName
{
background-color: #AAA088;
}
</style>
border-color css
<style>
span { border-color: #AAA088; }
span { border-color: rgb(170,160,136); }
td.TdClassName
{
border-color: #AAA088;
}
.TagClassName
{
border-color: #AAA088;
}
</style>