Shades of Napa #A49E8D
Tints of Napa #A49E8D
RGB
CMYK
RGB Variations
Color information
#A49E8D (or 0xA49E8D) is known color: Napa. HEX triplet: A4, 9E and 8D. RGB value is (164,158,141). Sum of RGB (Red+Green+Blue) = 164+158+141=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49E8D is #5B6172. Grayscale: #9D9D9D. Windows color (decimal): -5988723 or 9281188. OLE color: 9281188.
HSL color Cylindrical-coordinate representation of color #A49E8D: hue angle of 44.35º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A49E8D is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 158 | 141 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.36 |
| HSL | 44.35º | 0.11% | 0.6% | - |
| HSV(B) | 44.35º | 0.14% | 0.64% | - |
| XYZ | 32.34 | 34.27 | 30.11 | - |
| YUV | 157.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 141 | 0 | 0.04 | 0.14 | 0.36 | 44.35 | 0.11 | 0.6 |
| Hex | A4 | 9E | 8D | 0 | 4 | E | 24 | 2C | B | 3C |
| Octal | 244 | 236 | 215 | 0 | 4 | 16 | 44 | 54 | 13 | 74 |
| Binary | 10100100 | 10011110 | 10001101 | 0 | 100 | 1110 | 100100 | 101100 | 1011 | 111100 |
Color Harmonies of #A49E8D
Complementary color
Monochromatic Colors of #A49E8D
Black with #A49E8D
Text Example
Text Example
White with #A49E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49E8D; }
p { color: rgb(164,158,141); }
H1.HeaderClassName
{
color: #A49E8D;
}
.AnyTagClassName
{
color: #A49E8D;
}
</style>
background-color css
<style>
a { background-color: #A49E8D; }
a { background-color: rgb(164,158,141); }
div.DivClassName
{
background-color: #A49E8D;
}
.BgClassName
{
background-color: #A49E8D;
}
</style>
border-color css
<style>
span { border-color: #A49E8D; }
span { border-color: rgb(164,158,141); }
td.TdClassName
{
border-color: #A49E8D;
}
.TagClassName
{
border-color: #A49E8D;
}
</style>