Shades of Napa #AA9F8F
Tints of Napa #AA9F8F
RGB
CMYK
RGB Variations
Color information
#AA9F8F (or 0xAA9F8F) is known color: Napa. HEX triplet: AA, 9F and 8F. RGB value is (170,159,143). Sum of RGB (Red+Green+Blue) = 170+159+143=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F8F is #556070. Grayscale: #A0A0A0. Windows color (decimal): -5595249 or 9412522. OLE color: 9412522.
HSL color Cylindrical-coordinate representation of color #AA9F8F: hue angle of 35.56º 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 #AA9F8F is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 159 | 143 | - |
CMYK | 0 | 0.06 | 0.16 | 0.33 |
HSL | 35.56º | 0.14% | 0.61% | - |
HSV(B) | 35.56º | 0.16% | 0.67% | - |
XYZ | 33.93 | 35.33 | 31.02 | - |
YUV | 160.47 | 118.14 | 134.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 159 | 143 | 0 | 0.06 | 0.16 | 0.33 | 35.56 | 0.14 | 0.61 |
Hex | AA | 9F | 8F | 0 | 6 | 10 | 21 | 24 | E | 3D |
Octal | 252 | 237 | 217 | 0 | 6 | 20 | 41 | 44 | 16 | 75 |
Binary | 10101010 | 10011111 | 10001111 | 0 | 110 | 10000 | 100001 | 100100 | 1110 | 111101 |
Color Harmonies of #AA9F8F
Complementary color
Monochromatic Colors of #AA9F8F
Black with #AA9F8F
Text Example
Text Example
White with #AA9F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F8F; }
p { color: rgb(170,159,143); }
H1.HeaderClassName
{
color: #AA9F8F;
}
.AnyTagClassName
{
color: #AA9F8F;
}
</style>
background-color css
<style>
a { background-color: #AA9F8F; }
a { background-color: rgb(170,159,143); }
div.DivClassName
{
background-color: #AA9F8F;
}
.BgClassName
{
background-color: #AA9F8F;
}
</style>
border-color css
<style>
span { border-color: #AA9F8F; }
span { border-color: rgb(170,159,143); }
td.TdClassName
{
border-color: #AA9F8F;
}
.TagClassName
{
border-color: #AA9F8F;
}
</style>