Shades of Napa #A39985
Tints of Napa #A39985
RGB
CMYK
RGB Variations
Color information
#A39985 (or 0xA39985) is known color: Napa. HEX triplet: A3, 99 and 85. RGB value is (163,153,133). Sum of RGB (Red+Green+Blue) = 163+153+133=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 163 - color contains mainly: red. Hex color #A39985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39985 is #5C667A. Grayscale: #999999. Windows color (decimal): -6055547 or 8755619. OLE color: 8755619.
HSL color Cylindrical-coordinate representation of color #A39985: hue angle of 40º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A39985 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 153 | 133 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.36 |
| HSL | 40º | 0.14% | 0.58% | - |
| HSV(B) | 40º | 0.18% | 0.64% | - |
| XYZ | 30.73 | 32.26 | 26.8 | - |
| YUV | 153.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 133 | 0 | 0.06 | 0.18 | 0.36 | 40 | 0.14 | 0.58 |
| Hex | A3 | 99 | 85 | 0 | 6 | 12 | 24 | 28 | E | 3A |
| Octal | 243 | 231 | 205 | 0 | 6 | 22 | 44 | 50 | 16 | 72 |
| Binary | 10100011 | 10011001 | 10000101 | 0 | 110 | 10010 | 100100 | 101000 | 1110 | 111010 |
Color Harmonies of #A39985
Complementary color
Monochromatic Colors of #A39985
Black with #A39985
Text Example
Text Example
White with #A39985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39985; }
p { color: rgb(163,153,133); }
H1.HeaderClassName
{
color: #A39985;
}
.AnyTagClassName
{
color: #A39985;
}
</style>
background-color css
<style>
a { background-color: #A39985; }
a { background-color: rgb(163,153,133); }
div.DivClassName
{
background-color: #A39985;
}
.BgClassName
{
background-color: #A39985;
}
</style>
border-color css
<style>
span { border-color: #A39985; }
span { border-color: rgb(163,153,133); }
td.TdClassName
{
border-color: #A39985;
}
.TagClassName
{
border-color: #A39985;
}
</style>