Shades of Napa #A19A8E
Tints of Napa #A19A8E
RGB
CMYK
RGB Variations
Color information
#A19A8E (or 0xA19A8E) is known color: Napa. HEX triplet: A1, 9A and 8E. RGB value is (161,154,142). Sum of RGB (Red+Green+Blue) = 161+154+142=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19A8E is #5E6571. Grayscale: #9A9A9A. Windows color (decimal): -6186354 or 9345697. OLE color: 9345697.
HSL color Cylindrical-coordinate representation of color #A19A8E: hue angle of 37.89º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A19A8E is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 154 | 142 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.37 |
| HSL | 37.89º | 0.09% | 0.59% | - |
| HSV(B) | 37.89º | 0.12% | 0.63% | - |
| XYZ | 31.14 | 32.64 | 30.25 | - |
| YUV | 154.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 142 | 0 | 0.04 | 0.12 | 0.37 | 37.89 | 0.09 | 0.59 |
| Hex | A1 | 9A | 8E | 0 | 4 | C | 25 | 26 | 9 | 3B |
| Octal | 241 | 232 | 216 | 0 | 4 | 14 | 45 | 46 | 11 | 73 |
| Binary | 10100001 | 10011010 | 10001110 | 0 | 100 | 1100 | 100101 | 100110 | 1001 | 111011 |
Color Harmonies of #A19A8E
Complementary color
Monochromatic Colors of #A19A8E
Black with #A19A8E
Text Example
Text Example
White with #A19A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19A8E; }
p { color: rgb(161,154,142); }
H1.HeaderClassName
{
color: #A19A8E;
}
.AnyTagClassName
{
color: #A19A8E;
}
</style>
background-color css
<style>
a { background-color: #A19A8E; }
a { background-color: rgb(161,154,142); }
div.DivClassName
{
background-color: #A19A8E;
}
.BgClassName
{
background-color: #A19A8E;
}
</style>
border-color css
<style>
span { border-color: #A19A8E; }
span { border-color: rgb(161,154,142); }
td.TdClassName
{
border-color: #A19A8E;
}
.TagClassName
{
border-color: #A19A8E;
}
</style>