Shades of Napa #A49D8F
Tints of Napa #A49D8F
RGB
CMYK
RGB Variations
Color information
#A49D8F (or 0xA49D8F) is known color: Napa. HEX triplet: A4, 9D and 8F. RGB value is (164,157,143). Sum of RGB (Red+Green+Blue) = 164+157+143=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49D8F is #5B6270. Grayscale: #9D9D9D. Windows color (decimal): -5988977 or 9412004. OLE color: 9412004.
HSL color Cylindrical-coordinate representation of color #A49D8F: hue angle of 40º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A49D8F is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 157 | 143 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.36 |
| HSL | 40º | 0.1% | 0.6% | - |
| HSV(B) | 40º | 0.13% | 0.64% | - |
| XYZ | 32.32 | 33.99 | 30.84 | - |
| YUV | 157.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 143 | 0 | 0.04 | 0.13 | 0.36 | 40 | 0.1 | 0.6 |
| Hex | A4 | 9D | 8F | 0 | 4 | D | 24 | 28 | A | 3C |
| Octal | 244 | 235 | 217 | 0 | 4 | 15 | 44 | 50 | 12 | 74 |
| Binary | 10100100 | 10011101 | 10001111 | 0 | 100 | 1101 | 100100 | 101000 | 1010 | 111100 |
Color Harmonies of #A49D8F
Complementary color
Monochromatic Colors of #A49D8F
Black with #A49D8F
Text Example
Text Example
White with #A49D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49D8F; }
p { color: rgb(164,157,143); }
H1.HeaderClassName
{
color: #A49D8F;
}
.AnyTagClassName
{
color: #A49D8F;
}
</style>
background-color css
<style>
a { background-color: #A49D8F; }
a { background-color: rgb(164,157,143); }
div.DivClassName
{
background-color: #A49D8F;
}
.BgClassName
{
background-color: #A49D8F;
}
</style>
border-color css
<style>
span { border-color: #A49D8F; }
span { border-color: rgb(164,157,143); }
td.TdClassName
{
border-color: #A49D8F;
}
.TagClassName
{
border-color: #A49D8F;
}
</style>