Shades of Napa #A39A8D
Tints of Napa #A39A8D
RGB
CMYK
RGB Variations
Color information
#A39A8D (or 0xA39A8D) is known color: Napa. HEX triplet: A3, 9A and 8D. RGB value is (163,154,141). Sum of RGB (Red+Green+Blue) = 163+154+141=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39A8D is #5C6572. Grayscale: #9B9B9B. Windows color (decimal): -6055283 or 9280163. OLE color: 9280163.
HSL color Cylindrical-coordinate representation of color #A39A8D: hue angle of 35.45º 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 #A39A8D is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 154 | 141 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.36 |
| HSL | 35.45º | 0.11% | 0.6% | - |
| HSV(B) | 35.45º | 0.13% | 0.64% | - |
| XYZ | 31.47 | 32.82 | 29.88 | - |
| YUV | 155.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 141 | 0 | 0.06 | 0.13 | 0.36 | 35.45 | 0.11 | 0.6 |
| Hex | A3 | 9A | 8D | 0 | 6 | D | 24 | 23 | B | 3C |
| Octal | 243 | 232 | 215 | 0 | 6 | 15 | 44 | 43 | 13 | 74 |
| Binary | 10100011 | 10011010 | 10001101 | 0 | 110 | 1101 | 100100 | 100011 | 1011 | 111100 |
Color Harmonies of #A39A8D
Complementary color
Monochromatic Colors of #A39A8D
Black with #A39A8D
Text Example
Text Example
White with #A39A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39A8D; }
p { color: rgb(163,154,141); }
H1.HeaderClassName
{
color: #A39A8D;
}
.AnyTagClassName
{
color: #A39A8D;
}
</style>
background-color css
<style>
a { background-color: #A39A8D; }
a { background-color: rgb(163,154,141); }
div.DivClassName
{
background-color: #A39A8D;
}
.BgClassName
{
background-color: #A39A8D;
}
</style>
border-color css
<style>
span { border-color: #A39A8D; }
span { border-color: rgb(163,154,141); }
td.TdClassName
{
border-color: #A39A8D;
}
.TagClassName
{
border-color: #A39A8D;
}
</style>