Shades of Napa #A39D94
Tints of Napa #A39D94
RGB
CMYK
RGB Variations
Color information
#A39D94 (or 0xA39D94) is known color: Napa. HEX triplet: A3, 9D and 94. RGB value is (163,157,148). Sum of RGB (Red+Green+Blue) = 163+157+148=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39D94 is #5C626B. Grayscale: #9D9D9D. Windows color (decimal): -6054508 or 9739683. OLE color: 9739683.
HSL color Cylindrical-coordinate representation of color #A39D94: hue angle of 36º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A39D94 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 157 | 148 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.36 |
| HSL | 36º | 0.08% | 0.61% | - |
| HSV(B) | 36º | 0.09% | 0.64% | - |
| XYZ | 32.51 | 34.04 | 32.87 | - |
| YUV | 157.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 157 | 148 | 0 | 0.04 | 0.09 | 0.36 | 36 | 0.08 | 0.61 |
| Hex | A3 | 9D | 94 | 0 | 4 | 9 | 24 | 24 | 8 | 3D |
| Octal | 243 | 235 | 224 | 0 | 4 | 11 | 44 | 44 | 10 | 75 |
| Binary | 10100011 | 10011101 | 10010100 | 0 | 100 | 1001 | 100100 | 100100 | 1000 | 111101 |
Color Harmonies of #A39D94
Complementary color
Monochromatic Colors of #A39D94
Black with #A39D94
Text Example
Text Example
White with #A39D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39D94; }
p { color: rgb(163,157,148); }
H1.HeaderClassName
{
color: #A39D94;
}
.AnyTagClassName
{
color: #A39D94;
}
</style>
background-color css
<style>
a { background-color: #A39D94; }
a { background-color: rgb(163,157,148); }
div.DivClassName
{
background-color: #A39D94;
}
.BgClassName
{
background-color: #A39D94;
}
</style>
border-color css
<style>
span { border-color: #A39D94; }
span { border-color: rgb(163,157,148); }
td.TdClassName
{
border-color: #A39D94;
}
.TagClassName
{
border-color: #A39D94;
}
</style>