Shades of Napa #AA9F8D
Tints of Napa #AA9F8D
RGB
CMYK
RGB Variations
Color information
#AA9F8D (or 0xAA9F8D) is known color: Napa. HEX triplet: AA, 9F and 8D. RGB value is (170,159,141). Sum of RGB (Red+Green+Blue) = 170+159+141=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F8D is #556072. Grayscale: #A0A0A0. Windows color (decimal): -5595251 or 9281450. OLE color: 9281450.
HSL color Cylindrical-coordinate representation of color #AA9F8D: hue angle of 37.24º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA9F8D is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 159 | 141 | - |
CMYK | 0 | 0.06 | 0.17 | 0.33 |
HSL | 37.24º | 0.15% | 0.61% | - |
HSV(B) | 37.24º | 0.17% | 0.67% | - |
XYZ | 33.78 | 35.27 | 30.23 | - |
YUV | 160.24 | 117.14 | 134.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 159 | 141 | 0 | 0.06 | 0.17 | 0.33 | 37.24 | 0.15 | 0.61 |
Hex | AA | 9F | 8D | 0 | 6 | 11 | 21 | 25 | F | 3D |
Octal | 252 | 237 | 215 | 0 | 6 | 21 | 41 | 45 | 17 | 75 |
Binary | 10101010 | 10011111 | 10001101 | 0 | 110 | 10001 | 100001 | 100101 | 1111 | 111101 |
Color Harmonies of #AA9F8D
Complementary color
Monochromatic Colors of #AA9F8D
Black with #AA9F8D
Text Example
Text Example
White with #AA9F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F8D; }
p { color: rgb(170,159,141); }
H1.HeaderClassName
{
color: #AA9F8D;
}
.AnyTagClassName
{
color: #AA9F8D;
}
</style>
background-color css
<style>
a { background-color: #AA9F8D; }
a { background-color: rgb(170,159,141); }
div.DivClassName
{
background-color: #AA9F8D;
}
.BgClassName
{
background-color: #AA9F8D;
}
</style>
border-color css
<style>
span { border-color: #AA9F8D; }
span { border-color: rgb(170,159,141); }
td.TdClassName
{
border-color: #AA9F8D;
}
.TagClassName
{
border-color: #AA9F8D;
}
</style>