Shades of Napa #A9A193
Tints of Napa #A9A193
RGB
CMYK
RGB Variations
Color information
#A9A193 (or 0xA9A193) is known color: Napa. HEX triplet: A9, A1 and 93. RGB value is (169,161,147). Sum of RGB (Red+Green+Blue) = 169+161+147=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A193 is #565E6C. Grayscale: #A1A1A1. Windows color (decimal): -5660269 or 9675177. OLE color: 9675177.
HSL color Cylindrical-coordinate representation of color #A9A193: hue angle of 38.18º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9A193 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 161 | 147 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.34 |
| HSL | 38.18º | 0.11% | 0.62% | - |
| HSV(B) | 38.18º | 0.13% | 0.66% | - |
| XYZ | 34.37 | 36.03 | 32.75 | - |
| YUV | 161.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 161 | 147 | 0 | 0.05 | 0.13 | 0.34 | 38.18 | 0.11 | 0.62 |
| Hex | A9 | A1 | 93 | 0 | 5 | D | 22 | 26 | B | 3E |
| Octal | 251 | 241 | 223 | 0 | 5 | 15 | 42 | 46 | 13 | 76 |
| Binary | 10101001 | 10100001 | 10010011 | 0 | 101 | 1101 | 100010 | 100110 | 1011 | 111110 |
Color Harmonies of #A9A193
Complementary color
Monochromatic Colors of #A9A193
Black with #A9A193
Text Example
Text Example
White with #A9A193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A193; }
p { color: rgb(169,161,147); }
H1.HeaderClassName
{
color: #A9A193;
}
.AnyTagClassName
{
color: #A9A193;
}
</style>
background-color css
<style>
a { background-color: #A9A193; }
a { background-color: rgb(169,161,147); }
div.DivClassName
{
background-color: #A9A193;
}
.BgClassName
{
background-color: #A9A193;
}
</style>
border-color css
<style>
span { border-color: #A9A193; }
span { border-color: rgb(169,161,147); }
td.TdClassName
{
border-color: #A9A193;
}
.TagClassName
{
border-color: #A9A193;
}
</style>