Shades of Napa #A0998B
Tints of Napa #A0998B
RGB
CMYK
RGB Variations
Color information
#A0998B (or 0xA0998B) is known color: Napa. HEX triplet: A0, 99 and 8B. RGB value is (160,153,139). Sum of RGB (Red+Green+Blue) = 160+153+139=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 160 - color contains mainly: red. Hex color #A0998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0998B is #5F6674. Grayscale: #999999. Windows color (decimal): -6252149 or 9148832. OLE color: 9148832.
HSL color Cylindrical-coordinate representation of color #A0998B: hue angle of 40º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A0998B is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 153 | 139 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.37 |
| HSL | 40º | 0.1% | 0.59% | - |
| HSV(B) | 40º | 0.13% | 0.63% | - |
| XYZ | 30.55 | 32.12 | 29.02 | - |
| YUV | 153.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 139 | 0 | 0.04 | 0.13 | 0.37 | 40 | 0.1 | 0.59 |
| Hex | A0 | 99 | 8B | 0 | 4 | D | 25 | 28 | A | 3B |
| Octal | 240 | 231 | 213 | 0 | 4 | 15 | 45 | 50 | 12 | 73 |
| Binary | 10100000 | 10011001 | 10001011 | 0 | 100 | 1101 | 100101 | 101000 | 1010 | 111011 |
Color Harmonies of #A0998B
Complementary color
Monochromatic Colors of #A0998B
Black with #A0998B
Text Example
Text Example
White with #A0998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0998B; }
p { color: rgb(160,153,139); }
H1.HeaderClassName
{
color: #A0998B;
}
.AnyTagClassName
{
color: #A0998B;
}
</style>
background-color css
<style>
a { background-color: #A0998B; }
a { background-color: rgb(160,153,139); }
div.DivClassName
{
background-color: #A0998B;
}
.BgClassName
{
background-color: #A0998B;
}
</style>
border-color css
<style>
span { border-color: #A0998B; }
span { border-color: rgb(160,153,139); }
td.TdClassName
{
border-color: #A0998B;
}
.TagClassName
{
border-color: #A0998B;
}
</style>