Shades of Napa #A19B8C
Tints of Napa #A19B8C
RGB
CMYK
RGB Variations
Color information
#A19B8C (or 0xA19B8C) is known color: Napa. HEX triplet: A1, 9B and 8C. RGB value is (161,155,140). Sum of RGB (Red+Green+Blue) = 161+155+140=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19B8C is #5E6473. Grayscale: #9B9B9B. Windows color (decimal): -6186100 or 9214881. OLE color: 9214881.
HSL color Cylindrical-coordinate representation of color #A19B8C: hue angle of 42.86º 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 #A19B8C is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 155 | 140 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.37 |
| HSL | 42.86º | 0.1% | 0.59% | - |
| HSV(B) | 42.86º | 0.13% | 0.63% | - |
| XYZ | 31.15 | 32.91 | 29.52 | - |
| YUV | 155.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 140 | 0 | 0.04 | 0.13 | 0.37 | 42.86 | 0.1 | 0.59 |
| Hex | A1 | 9B | 8C | 0 | 4 | D | 25 | 2B | A | 3B |
| Octal | 241 | 233 | 214 | 0 | 4 | 15 | 45 | 53 | 12 | 73 |
| Binary | 10100001 | 10011011 | 10001100 | 0 | 100 | 1101 | 100101 | 101011 | 1010 | 111011 |
Color Harmonies of #A19B8C
Complementary color
Monochromatic Colors of #A19B8C
Black with #A19B8C
Text Example
Text Example
White with #A19B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19B8C; }
p { color: rgb(161,155,140); }
H1.HeaderClassName
{
color: #A19B8C;
}
.AnyTagClassName
{
color: #A19B8C;
}
</style>
background-color css
<style>
a { background-color: #A19B8C; }
a { background-color: rgb(161,155,140); }
div.DivClassName
{
background-color: #A19B8C;
}
.BgClassName
{
background-color: #A19B8C;
}
</style>
border-color css
<style>
span { border-color: #A19B8C; }
span { border-color: rgb(161,155,140); }
td.TdClassName
{
border-color: #A19B8C;
}
.TagClassName
{
border-color: #A19B8C;
}
</style>