Shades of Napa #A49881
Tints of Napa #A49881
RGB
CMYK
RGB Variations
Color information
#A49881 (or 0xA49881) is known color: Napa. HEX triplet: A4, 98 and 81. RGB value is (164,152,129). Sum of RGB (Red+Green+Blue) = 164+152+129=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A49881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49881 is #5B677E. Grayscale: #999999. Windows color (decimal): -5990271 or 8493220. OLE color: 8493220.
HSL color Cylindrical-coordinate representation of color #A49881: hue angle of 39.43º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A49881 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 152 | 129 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.36 |
| HSL | 39.43º | 0.16% | 0.57% | - |
| HSV(B) | 39.43º | 0.21% | 0.64% | - |
| XYZ | 30.5 | 31.93 | 25.33 | - |
| YUV | 152.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 152 | 129 | 0 | 0.07 | 0.21 | 0.36 | 39.43 | 0.16 | 0.57 |
| Hex | A4 | 98 | 81 | 0 | 7 | 15 | 24 | 27 | 10 | 39 |
| Octal | 244 | 230 | 201 | 0 | 7 | 25 | 44 | 47 | 20 | 71 |
| Binary | 10100100 | 10011000 | 10000001 | 0 | 111 | 10101 | 100100 | 100111 | 10000 | 111001 |
Color Harmonies of #A49881
Complementary color
Monochromatic Colors of #A49881
Black with #A49881
Text Example
Text Example
White with #A49881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49881; }
p { color: rgb(164,152,129); }
H1.HeaderClassName
{
color: #A49881;
}
.AnyTagClassName
{
color: #A49881;
}
</style>
background-color css
<style>
a { background-color: #A49881; }
a { background-color: rgb(164,152,129); }
div.DivClassName
{
background-color: #A49881;
}
.BgClassName
{
background-color: #A49881;
}
</style>
border-color css
<style>
span { border-color: #A49881; }
span { border-color: rgb(164,152,129); }
td.TdClassName
{
border-color: #A49881;
}
.TagClassName
{
border-color: #A49881;
}
</style>