Shades of Napa #A29A8E
Tints of Napa #A29A8E
RGB
CMYK
RGB Variations
Color information
#A29A8E (or 0xA29A8E) is known color: Napa. HEX triplet: A2, 9A and 8E. RGB value is (162,154,142). Sum of RGB (Red+Green+Blue) = 162+154+142=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29A8E is #5D6571. Grayscale: #9B9B9B. Windows color (decimal): -6120818 or 9345698. OLE color: 9345698.
HSL color Cylindrical-coordinate representation of color #A29A8E: 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 #A29A8E is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 154 | 142 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.36 |
| HSL | 36º | 0.1% | 0.6% | - |
| HSV(B) | 36º | 0.12% | 0.64% | - |
| XYZ | 31.34 | 32.75 | 30.26 | - |
| YUV | 155.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 142 | 0 | 0.05 | 0.12 | 0.36 | 36 | 0.1 | 0.6 |
| Hex | A2 | 9A | 8E | 0 | 5 | C | 24 | 24 | A | 3C |
| Octal | 242 | 232 | 216 | 0 | 5 | 14 | 44 | 44 | 12 | 74 |
| Binary | 10100010 | 10011010 | 10001110 | 0 | 101 | 1100 | 100100 | 100100 | 1010 | 111100 |
Color Harmonies of #A29A8E
Complementary color
Monochromatic Colors of #A29A8E
Black with #A29A8E
Text Example
Text Example
White with #A29A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29A8E; }
p { color: rgb(162,154,142); }
H1.HeaderClassName
{
color: #A29A8E;
}
.AnyTagClassName
{
color: #A29A8E;
}
</style>
background-color css
<style>
a { background-color: #A29A8E; }
a { background-color: rgb(162,154,142); }
div.DivClassName
{
background-color: #A29A8E;
}
.BgClassName
{
background-color: #A29A8E;
}
</style>
border-color css
<style>
span { border-color: #A29A8E; }
span { border-color: rgb(162,154,142); }
td.TdClassName
{
border-color: #A29A8E;
}
.TagClassName
{
border-color: #A29A8E;
}
</style>