Shades of Napa #A19B8E
Tints of Napa #A19B8E
RGB
CMYK
RGB Variations
Color information
#A19B8E (or 0xA19B8E) is known color: Napa. HEX triplet: A1, 9B and 8E. RGB value is (161,155,142). Sum of RGB (Red+Green+Blue) = 161+155+142=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19B8E is #5E6471. Grayscale: #9B9B9B. Windows color (decimal): -6186098 or 9345953. OLE color: 9345953.
HSL color Cylindrical-coordinate representation of color #A19B8E: hue angle of 41.05º 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 #A19B8E is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 155 | 142 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.37 |
| HSL | 41.05º | 0.09% | 0.59% | - |
| HSV(B) | 41.05º | 0.12% | 0.63% | - |
| XYZ | 31.3 | 32.97 | 30.31 | - |
| YUV | 155.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 142 | 0 | 0.04 | 0.12 | 0.37 | 41.05 | 0.09 | 0.59 |
| Hex | A1 | 9B | 8E | 0 | 4 | C | 25 | 29 | 9 | 3B |
| Octal | 241 | 233 | 216 | 0 | 4 | 14 | 45 | 51 | 11 | 73 |
| Binary | 10100001 | 10011011 | 10001110 | 0 | 100 | 1100 | 100101 | 101001 | 1001 | 111011 |
Color Harmonies of #A19B8E
Complementary color
Monochromatic Colors of #A19B8E
Black with #A19B8E
Text Example
Text Example
White with #A19B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19B8E; }
p { color: rgb(161,155,142); }
H1.HeaderClassName
{
color: #A19B8E;
}
.AnyTagClassName
{
color: #A19B8E;
}
</style>
background-color css
<style>
a { background-color: #A19B8E; }
a { background-color: rgb(161,155,142); }
div.DivClassName
{
background-color: #A19B8E;
}
.BgClassName
{
background-color: #A19B8E;
}
</style>
border-color css
<style>
span { border-color: #A19B8E; }
span { border-color: rgb(161,155,142); }
td.TdClassName
{
border-color: #A19B8E;
}
.TagClassName
{
border-color: #A19B8E;
}
</style>