Shades of Napa #A39D8E
Tints of Napa #A39D8E
RGB
CMYK
RGB Variations
Color information
#A39D8E (or 0xA39D8E) is known color: Napa. HEX triplet: A3, 9D and 8E. RGB value is (163,157,142). Sum of RGB (Red+Green+Blue) = 163+157+142=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39D8E is #5C6271. Grayscale: #9D9D9D. Windows color (decimal): -6054514 or 9346467. OLE color: 9346467.
HSL color Cylindrical-coordinate representation of color #A39D8E: hue angle of 42.86º 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 #A39D8E is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 157 | 142 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.36 |
| HSL | 42.86º | 0.1% | 0.6% | - |
| HSV(B) | 42.86º | 0.13% | 0.64% | - |
| XYZ | 32.04 | 33.85 | 30.44 | - |
| YUV | 157.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 157 | 142 | 0 | 0.04 | 0.13 | 0.36 | 42.86 | 0.1 | 0.6 |
| Hex | A3 | 9D | 8E | 0 | 4 | D | 24 | 2B | A | 3C |
| Octal | 243 | 235 | 216 | 0 | 4 | 15 | 44 | 53 | 12 | 74 |
| Binary | 10100011 | 10011101 | 10001110 | 0 | 100 | 1101 | 100100 | 101011 | 1010 | 111100 |
Color Harmonies of #A39D8E
Complementary color
Monochromatic Colors of #A39D8E
Black with #A39D8E
Text Example
Text Example
White with #A39D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39D8E; }
p { color: rgb(163,157,142); }
H1.HeaderClassName
{
color: #A39D8E;
}
.AnyTagClassName
{
color: #A39D8E;
}
</style>
background-color css
<style>
a { background-color: #A39D8E; }
a { background-color: rgb(163,157,142); }
div.DivClassName
{
background-color: #A39D8E;
}
.BgClassName
{
background-color: #A39D8E;
}
</style>
border-color css
<style>
span { border-color: #A39D8E; }
span { border-color: rgb(163,157,142); }
td.TdClassName
{
border-color: #A39D8E;
}
.TagClassName
{
border-color: #A39D8E;
}
</style>