Shades of Napa #A19B8F
Tints of Napa #A19B8F
RGB
CMYK
RGB Variations
Color information
#A19B8F (or 0xA19B8F) is known color: Napa. HEX triplet: A1, 9B and 8F. RGB value is (161,155,143). Sum of RGB (Red+Green+Blue) = 161+155+143=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19B8F is #5E6470. Grayscale: #9B9B9B. Windows color (decimal): -6186097 or 9411489. OLE color: 9411489.
HSL color Cylindrical-coordinate representation of color #A19B8F: hue angle of 40º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A19B8F is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 155 | 143 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.37 |
| HSL | 40º | 0.09% | 0.6% | - |
| HSV(B) | 40º | 0.11% | 0.63% | - |
| XYZ | 31.38 | 33 | 30.7 | - |
| YUV | 155.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 143 | 0 | 0.04 | 0.11 | 0.37 | 40 | 0.09 | 0.6 |
| Hex | A1 | 9B | 8F | 0 | 4 | B | 25 | 28 | 9 | 3C |
| Octal | 241 | 233 | 217 | 0 | 4 | 13 | 45 | 50 | 11 | 74 |
| Binary | 10100001 | 10011011 | 10001111 | 0 | 100 | 1011 | 100101 | 101000 | 1001 | 111100 |
Color Harmonies of #A19B8F
Complementary color
Monochromatic Colors of #A19B8F
Black with #A19B8F
Text Example
Text Example
White with #A19B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19B8F; }
p { color: rgb(161,155,143); }
H1.HeaderClassName
{
color: #A19B8F;
}
.AnyTagClassName
{
color: #A19B8F;
}
</style>
background-color css
<style>
a { background-color: #A19B8F; }
a { background-color: rgb(161,155,143); }
div.DivClassName
{
background-color: #A19B8F;
}
.BgClassName
{
background-color: #A19B8F;
}
</style>
border-color css
<style>
span { border-color: #A19B8F; }
span { border-color: rgb(161,155,143); }
td.TdClassName
{
border-color: #A19B8F;
}
.TagClassName
{
border-color: #A19B8F;
}
</style>