Shades of Napa #A39D90
Tints of Napa #A39D90
RGB
CMYK
RGB Variations
Color information
#A39D90 (or 0xA39D90) is known color: Napa. HEX triplet: A3, 9D and 90. RGB value is (163,157,144). Sum of RGB (Red+Green+Blue) = 163+157+144=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39D90 is #5C626F. Grayscale: #9D9D9D. Windows color (decimal): -6054512 or 9477539. OLE color: 9477539.
HSL color Cylindrical-coordinate representation of color #A39D90: hue angle of 41.05º degrees, saturation: 0.09, 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 #A39D90 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 157 | 144 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.36 |
| HSL | 41.05º | 0.09% | 0.6% | - |
| HSV(B) | 41.05º | 0.12% | 0.64% | - |
| XYZ | 32.2 | 33.91 | 31.23 | - |
| YUV | 157.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 157 | 144 | 0 | 0.04 | 0.12 | 0.36 | 41.05 | 0.09 | 0.6 |
| Hex | A3 | 9D | 90 | 0 | 4 | C | 24 | 29 | 9 | 3C |
| Octal | 243 | 235 | 220 | 0 | 4 | 14 | 44 | 51 | 11 | 74 |
| Binary | 10100011 | 10011101 | 10010000 | 0 | 100 | 1100 | 100100 | 101001 | 1001 | 111100 |
Color Harmonies of #A39D90
Complementary color
Monochromatic Colors of #A39D90
Black with #A39D90
Text Example
Text Example
White with #A39D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39D90; }
p { color: rgb(163,157,144); }
H1.HeaderClassName
{
color: #A39D90;
}
.AnyTagClassName
{
color: #A39D90;
}
</style>
background-color css
<style>
a { background-color: #A39D90; }
a { background-color: rgb(163,157,144); }
div.DivClassName
{
background-color: #A39D90;
}
.BgClassName
{
background-color: #A39D90;
}
</style>
border-color css
<style>
span { border-color: #A39D90; }
span { border-color: rgb(163,157,144); }
td.TdClassName
{
border-color: #A39D90;
}
.TagClassName
{
border-color: #A39D90;
}
</style>