Shades of Napa #A49C90
Tints of Napa #A49C90
RGB
CMYK
RGB Variations
Color information
#A49C90 (or 0xA49C90) is known color: Napa. HEX triplet: A4, 9C and 90. RGB value is (164,156,144). Sum of RGB (Red+Green+Blue) = 164+156+144=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49C90 is #5B636F. Grayscale: #9D9D9D. Windows color (decimal): -5989232 or 9477284. OLE color: 9477284.
HSL color Cylindrical-coordinate representation of color #A49C90: hue angle of 36º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A49C90 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 156 | 144 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.36 |
| HSL | 36º | 0.1% | 0.6% | - |
| HSV(B) | 36º | 0.12% | 0.64% | - |
| XYZ | 32.23 | 33.68 | 31.19 | - |
| YUV | 157.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 144 | 0 | 0.05 | 0.12 | 0.36 | 36 | 0.1 | 0.6 |
| Hex | A4 | 9C | 90 | 0 | 5 | C | 24 | 24 | A | 3C |
| Octal | 244 | 234 | 220 | 0 | 5 | 14 | 44 | 44 | 12 | 74 |
| Binary | 10100100 | 10011100 | 10010000 | 0 | 101 | 1100 | 100100 | 100100 | 1010 | 111100 |
Color Harmonies of #A49C90
Complementary color
Monochromatic Colors of #A49C90
Black with #A49C90
Text Example
Text Example
White with #A49C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49C90; }
p { color: rgb(164,156,144); }
H1.HeaderClassName
{
color: #A49C90;
}
.AnyTagClassName
{
color: #A49C90;
}
</style>
background-color css
<style>
a { background-color: #A49C90; }
a { background-color: rgb(164,156,144); }
div.DivClassName
{
background-color: #A49C90;
}
.BgClassName
{
background-color: #A49C90;
}
</style>
border-color css
<style>
span { border-color: #A49C90; }
span { border-color: rgb(164,156,144); }
td.TdClassName
{
border-color: #A49C90;
}
.TagClassName
{
border-color: #A49C90;
}
</style>