Shades of Napa #A39C8F
Tints of Napa #A39C8F
RGB
CMYK
RGB Variations
Color information
#A39C8F (or 0xA39C8F) is known color: Napa. HEX triplet: A3, 9C and 8F. RGB value is (163,156,143). Sum of RGB (Red+Green+Blue) = 163+156+143=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39C8F is #5C6370. Grayscale: #9C9C9C. Windows color (decimal): -6054769 or 9411747. OLE color: 9411747.
HSL color Cylindrical-coordinate representation of color #A39C8F: hue angle of 39º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A39C8F is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 156 | 143 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.36 |
| HSL | 39º | 0.1% | 0.6% | - |
| HSV(B) | 39º | 0.12% | 0.64% | - |
| XYZ | 31.95 | 33.55 | 30.78 | - |
| YUV | 156.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 143 | 0 | 0.04 | 0.12 | 0.36 | 39 | 0.1 | 0.6 |
| Hex | A3 | 9C | 8F | 0 | 4 | C | 24 | 27 | A | 3C |
| Octal | 243 | 234 | 217 | 0 | 4 | 14 | 44 | 47 | 12 | 74 |
| Binary | 10100011 | 10011100 | 10001111 | 0 | 100 | 1100 | 100100 | 100111 | 1010 | 111100 |
Color Harmonies of #A39C8F
Complementary color
Monochromatic Colors of #A39C8F
Black with #A39C8F
Text Example
Text Example
White with #A39C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39C8F; }
p { color: rgb(163,156,143); }
H1.HeaderClassName
{
color: #A39C8F;
}
.AnyTagClassName
{
color: #A39C8F;
}
</style>
background-color css
<style>
a { background-color: #A39C8F; }
a { background-color: rgb(163,156,143); }
div.DivClassName
{
background-color: #A39C8F;
}
.BgClassName
{
background-color: #A39C8F;
}
</style>
border-color css
<style>
span { border-color: #A39C8F; }
span { border-color: rgb(163,156,143); }
td.TdClassName
{
border-color: #A39C8F;
}
.TagClassName
{
border-color: #A39C8F;
}
</style>