Shades of Napa #A19988
Tints of Napa #A19988
RGB
CMYK
RGB Variations
Color information
#A19988 (or 0xA19988) is known color: Napa. HEX triplet: A1, 99 and 88. RGB value is (161,153,136). Sum of RGB (Red+Green+Blue) = 161+153+136=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 161 - color contains mainly: red. Hex color #A19988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19988 is #5E6677. Grayscale: #999999. Windows color (decimal): -6186616 or 8952225. OLE color: 8952225.
HSL color Cylindrical-coordinate representation of color #A19988: hue angle of 40.8º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A19988 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 136 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.37 |
| HSL | 40.8º | 0.12% | 0.58% | - |
| HSV(B) | 40.8º | 0.16% | 0.63% | - |
| XYZ | 30.53 | 32.14 | 27.89 | - |
| YUV | 153.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 136 | 0 | 0.05 | 0.16 | 0.37 | 40.8 | 0.12 | 0.58 |
| Hex | A1 | 99 | 88 | 0 | 5 | 10 | 25 | 29 | C | 3A |
| Octal | 241 | 231 | 210 | 0 | 5 | 20 | 45 | 51 | 14 | 72 |
| Binary | 10100001 | 10011001 | 10001000 | 0 | 101 | 10000 | 100101 | 101001 | 1100 | 111010 |
Color Harmonies of #A19988
Complementary color
Monochromatic Colors of #A19988
Black with #A19988
Text Example
Text Example
White with #A19988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19988; }
p { color: rgb(161,153,136); }
H1.HeaderClassName
{
color: #A19988;
}
.AnyTagClassName
{
color: #A19988;
}
</style>
background-color css
<style>
a { background-color: #A19988; }
a { background-color: rgb(161,153,136); }
div.DivClassName
{
background-color: #A19988;
}
.BgClassName
{
background-color: #A19988;
}
</style>
border-color css
<style>
span { border-color: #A19988; }
span { border-color: rgb(161,153,136); }
td.TdClassName
{
border-color: #A19988;
}
.TagClassName
{
border-color: #A19988;
}
</style>