Shades of Napa #A39D8D
Tints of Napa #A39D8D
RGB
CMYK
RGB Variations
Color information
#A39D8D (or 0xA39D8D) is known color: Napa. HEX triplet: A3, 9D and 8D. RGB value is (163,157,141). Sum of RGB (Red+Green+Blue) = 163+157+141=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39D8D is #5C6272. Grayscale: #9D9D9D. Windows color (decimal): -6054515 or 9280931. OLE color: 9280931.
HSL color Cylindrical-coordinate representation of color #A39D8D: hue angle of 43.64º degrees, saturation: 0.11, 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 #A39D8D is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 157 | 141 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.36 |
| HSL | 43.64º | 0.11% | 0.6% | - |
| HSV(B) | 43.64º | 0.13% | 0.64% | - |
| XYZ | 31.97 | 33.82 | 30.04 | - |
| YUV | 156.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 157 | 141 | 0 | 0.04 | 0.13 | 0.36 | 43.64 | 0.11 | 0.6 |
| Hex | A3 | 9D | 8D | 0 | 4 | D | 24 | 2C | B | 3C |
| Octal | 243 | 235 | 215 | 0 | 4 | 15 | 44 | 54 | 13 | 74 |
| Binary | 10100011 | 10011101 | 10001101 | 0 | 100 | 1101 | 100100 | 101100 | 1011 | 111100 |
Color Harmonies of #A39D8D
Complementary color
Monochromatic Colors of #A39D8D
Black with #A39D8D
Text Example
Text Example
White with #A39D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39D8D; }
p { color: rgb(163,157,141); }
H1.HeaderClassName
{
color: #A39D8D;
}
.AnyTagClassName
{
color: #A39D8D;
}
</style>
background-color css
<style>
a { background-color: #A39D8D; }
a { background-color: rgb(163,157,141); }
div.DivClassName
{
background-color: #A39D8D;
}
.BgClassName
{
background-color: #A39D8D;
}
</style>
border-color css
<style>
span { border-color: #A39D8D; }
span { border-color: rgb(163,157,141); }
td.TdClassName
{
border-color: #A39D8D;
}
.TagClassName
{
border-color: #A39D8D;
}
</style>