Shades of Napa #AA9F88
Tints of Napa #AA9F88
RGB
CMYK
RGB Variations
Color information
#AA9F88 (or 0xAA9F88) is known color: Napa. HEX triplet: AA, 9F and 88. RGB value is (170,159,136). Sum of RGB (Red+Green+Blue) = 170+159+136=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F88 is #556077. Grayscale: #9F9F9F. Windows color (decimal): -5595256 or 8953770. OLE color: 8953770.
HSL color Cylindrical-coordinate representation of color #AA9F88: hue angle of 40.59º 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 #AA9F88 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 136 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.33 |
| HSL | 40.59º | 0.17% | 0.6% | - |
| HSV(B) | 40.59º | 0.2% | 0.67% | - |
| XYZ | 33.42 | 35.12 | 28.31 | - |
| YUV | 159.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 136 | 0 | 0.06 | 0.20 | 0.33 | 40.59 | 0.17 | 0.6 |
| Hex | AA | 9F | 88 | 0 | 6 | 14 | 21 | 29 | 11 | 3C |
| Octal | 252 | 237 | 210 | 0 | 6 | 24 | 41 | 51 | 21 | 74 |
| Binary | 10101010 | 10011111 | 10001000 | 0 | 110 | 10100 | 100001 | 101001 | 10001 | 111100 |
Color Harmonies of #AA9F88
Complementary color
Monochromatic Colors of #AA9F88
Black with #AA9F88
Text Example
Text Example
White with #AA9F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F88; }
p { color: rgb(170,159,136); }
H1.HeaderClassName
{
color: #AA9F88;
}
.AnyTagClassName
{
color: #AA9F88;
}
</style>
background-color css
<style>
a { background-color: #AA9F88; }
a { background-color: rgb(170,159,136); }
div.DivClassName
{
background-color: #AA9F88;
}
.BgClassName
{
background-color: #AA9F88;
}
</style>
border-color css
<style>
span { border-color: #AA9F88; }
span { border-color: rgb(170,159,136); }
td.TdClassName
{
border-color: #AA9F88;
}
.TagClassName
{
border-color: #AA9F88;
}
</style>