Shades of Napa #A99D85
Tints of Napa #A99D85
RGB
CMYK
RGB Variations
Color information
#A99D85 (or 0xA99D85) is known color: Napa. HEX triplet: A9, 9D and 85. RGB value is (169,157,133). Sum of RGB (Red+Green+Blue) = 169+157+133=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99D85 is #56627A. Grayscale: #9D9D9D. Windows color (decimal): -5661307 or 8756649. OLE color: 8756649.
HSL color Cylindrical-coordinate representation of color #A99D85: hue angle of 40º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A99D85 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 133 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.34 |
| HSL | 40º | 0.17% | 0.59% | - |
| HSV(B) | 40º | 0.21% | 0.66% | - |
| XYZ | 32.65 | 34.24 | 27.08 | - |
| YUV | 157.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 133 | 0 | 0.07 | 0.21 | 0.34 | 40 | 0.17 | 0.59 |
| Hex | A9 | 9D | 85 | 0 | 7 | 15 | 22 | 28 | 11 | 3B |
| Octal | 251 | 235 | 205 | 0 | 7 | 25 | 42 | 50 | 21 | 73 |
| Binary | 10101001 | 10011101 | 10000101 | 0 | 111 | 10101 | 100010 | 101000 | 10001 | 111011 |
Color Harmonies of #A99D85
Complementary color
Monochromatic Colors of #A99D85
Black with #A99D85
Text Example
Text Example
White with #A99D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D85; }
p { color: rgb(169,157,133); }
H1.HeaderClassName
{
color: #A99D85;
}
.AnyTagClassName
{
color: #A99D85;
}
</style>
background-color css
<style>
a { background-color: #A99D85; }
a { background-color: rgb(169,157,133); }
div.DivClassName
{
background-color: #A99D85;
}
.BgClassName
{
background-color: #A99D85;
}
</style>
border-color css
<style>
span { border-color: #A99D85; }
span { border-color: rgb(169,157,133); }
td.TdClassName
{
border-color: #A99D85;
}
.TagClassName
{
border-color: #A99D85;
}
</style>