Shades of Napa #A29D90
Tints of Napa #A29D90
RGB
CMYK
RGB Variations
Color information
#A29D90 (or 0xA29D90) is known color: Napa. HEX triplet: A2, 9D and 90. RGB value is (162,157,144). Sum of RGB (Red+Green+Blue) = 162+157+144=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29D90 is #5D626F. Grayscale: #9D9D9D. Windows color (decimal): -6120048 or 9477538. OLE color: 9477538.
HSL color Cylindrical-coordinate representation of color #A29D90: hue angle of 43.33º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A29D90 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 144 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.36 |
| HSL | 43.33º | 0.09% | 0.6% | - |
| HSV(B) | 43.33º | 0.11% | 0.64% | - |
| XYZ | 31.99 | 33.81 | 31.23 | - |
| YUV | 157.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 144 | 0 | 0.03 | 0.11 | 0.36 | 43.33 | 0.09 | 0.6 |
| Hex | A2 | 9D | 90 | 0 | 3 | B | 24 | 2B | 9 | 3C |
| Octal | 242 | 235 | 220 | 0 | 3 | 13 | 44 | 53 | 11 | 74 |
| Binary | 10100010 | 10011101 | 10010000 | 0 | 11 | 1011 | 100100 | 101011 | 1001 | 111100 |
Color Harmonies of #A29D90
Complementary color
Monochromatic Colors of #A29D90
Black with #A29D90
Text Example
Text Example
White with #A29D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D90; }
p { color: rgb(162,157,144); }
H1.HeaderClassName
{
color: #A29D90;
}
.AnyTagClassName
{
color: #A29D90;
}
</style>
background-color css
<style>
a { background-color: #A29D90; }
a { background-color: rgb(162,157,144); }
div.DivClassName
{
background-color: #A29D90;
}
.BgClassName
{
background-color: #A29D90;
}
</style>
border-color css
<style>
span { border-color: #A29D90; }
span { border-color: rgb(162,157,144); }
td.TdClassName
{
border-color: #A29D90;
}
.TagClassName
{
border-color: #A29D90;
}
</style>