Shades of Napa #A29C8F
Tints of Napa #A29C8F
RGB
CMYK
RGB Variations
Color information
#A29C8F (or 0xA29C8F) is known color: Napa. HEX triplet: A2, 9C and 8F. RGB value is (162,156,143). Sum of RGB (Red+Green+Blue) = 162+156+143=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29C8F is #5D6370. Grayscale: #9C9C9C. Windows color (decimal): -6120305 or 9411746. OLE color: 9411746.
HSL color Cylindrical-coordinate representation of color #A29C8F: hue angle of 41.05º degrees, saturation: 0.09, 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 #A29C8F is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 156 | 143 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.36 |
| HSL | 41.05º | 0.09% | 0.6% | - |
| HSV(B) | 41.05º | 0.12% | 0.64% | - |
| XYZ | 31.75 | 33.44 | 30.77 | - |
| YUV | 156.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 143 | 0 | 0.04 | 0.12 | 0.36 | 41.05 | 0.09 | 0.6 |
| Hex | A2 | 9C | 8F | 0 | 4 | C | 24 | 29 | 9 | 3C |
| Octal | 242 | 234 | 217 | 0 | 4 | 14 | 44 | 51 | 11 | 74 |
| Binary | 10100010 | 10011100 | 10001111 | 0 | 100 | 1100 | 100100 | 101001 | 1001 | 111100 |
Color Harmonies of #A29C8F
Complementary color
Monochromatic Colors of #A29C8F
Black with #A29C8F
Text Example
Text Example
White with #A29C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29C8F; }
p { color: rgb(162,156,143); }
H1.HeaderClassName
{
color: #A29C8F;
}
.AnyTagClassName
{
color: #A29C8F;
}
</style>
background-color css
<style>
a { background-color: #A29C8F; }
a { background-color: rgb(162,156,143); }
div.DivClassName
{
background-color: #A29C8F;
}
.BgClassName
{
background-color: #A29C8F;
}
</style>
border-color css
<style>
span { border-color: #A29C8F; }
span { border-color: rgb(162,156,143); }
td.TdClassName
{
border-color: #A29C8F;
}
.TagClassName
{
border-color: #A29C8F;
}
</style>