Shades of Napa #A29B8D
Tints of Napa #A29B8D
RGB
CMYK
RGB Variations
Color information
#A29B8D (or 0xA29B8D) is known color: Napa. HEX triplet: A2, 9B and 8D. RGB value is (162,155,141). Sum of RGB (Red+Green+Blue) = 162+155+141=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29B8D is #5D6472. Grayscale: #9B9B9B. Windows color (decimal): -6120563 or 9280418. OLE color: 9280418.
HSL color Cylindrical-coordinate representation of color #A29B8D: hue angle of 40º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A29B8D is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 155 | 141 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.36 |
| HSL | 40º | 0.1% | 0.59% | - |
| HSV(B) | 40º | 0.13% | 0.64% | - |
| XYZ | 31.43 | 33.05 | 29.92 | - |
| YUV | 155.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 141 | 0 | 0.04 | 0.13 | 0.36 | 40 | 0.1 | 0.59 |
| Hex | A2 | 9B | 8D | 0 | 4 | D | 24 | 28 | A | 3B |
| Octal | 242 | 233 | 215 | 0 | 4 | 15 | 44 | 50 | 12 | 73 |
| Binary | 10100010 | 10011011 | 10001101 | 0 | 100 | 1101 | 100100 | 101000 | 1010 | 111011 |
Color Harmonies of #A29B8D
Complementary color
Monochromatic Colors of #A29B8D
Black with #A29B8D
Text Example
Text Example
White with #A29B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29B8D; }
p { color: rgb(162,155,141); }
H1.HeaderClassName
{
color: #A29B8D;
}
.AnyTagClassName
{
color: #A29B8D;
}
</style>
background-color css
<style>
a { background-color: #A29B8D; }
a { background-color: rgb(162,155,141); }
div.DivClassName
{
background-color: #A29B8D;
}
.BgClassName
{
background-color: #A29B8D;
}
</style>
border-color css
<style>
span { border-color: #A29B8D; }
span { border-color: rgb(162,155,141); }
td.TdClassName
{
border-color: #A29B8D;
}
.TagClassName
{
border-color: #A29B8D;
}
</style>