Shades of Napa #A29A89
Tints of Napa #A29A89
RGB
CMYK
RGB Variations
Color information
#A29A89 (or 0xA29A89) is known color: Napa. HEX triplet: A2, 9A and 89. RGB value is (162,154,137). Sum of RGB (Red+Green+Blue) = 162+154+137=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29A89 is #5D6576. Grayscale: #9A9A9A. Windows color (decimal): -6120823 or 9018018. OLE color: 9018018.
HSL color Cylindrical-coordinate representation of color #A29A89: hue angle of 40.8º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A29A89 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 154 | 137 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.36 |
| HSL | 40.8º | 0.12% | 0.59% | - |
| HSV(B) | 40.8º | 0.15% | 0.64% | - |
| XYZ | 30.97 | 32.6 | 28.33 | - |
| YUV | 154.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 137 | 0 | 0.05 | 0.15 | 0.36 | 40.8 | 0.12 | 0.59 |
| Hex | A2 | 9A | 89 | 0 | 5 | F | 24 | 29 | C | 3B |
| Octal | 242 | 232 | 211 | 0 | 5 | 17 | 44 | 51 | 14 | 73 |
| Binary | 10100010 | 10011010 | 10001001 | 0 | 101 | 1111 | 100100 | 101001 | 1100 | 111011 |
Color Harmonies of #A29A89
Complementary color
Monochromatic Colors of #A29A89
Black with #A29A89
Text Example
Text Example
White with #A29A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29A89; }
p { color: rgb(162,154,137); }
H1.HeaderClassName
{
color: #A29A89;
}
.AnyTagClassName
{
color: #A29A89;
}
</style>
background-color css
<style>
a { background-color: #A29A89; }
a { background-color: rgb(162,154,137); }
div.DivClassName
{
background-color: #A29A89;
}
.BgClassName
{
background-color: #A29A89;
}
</style>
border-color css
<style>
span { border-color: #A29A89; }
span { border-color: rgb(162,154,137); }
td.TdClassName
{
border-color: #A29A89;
}
.TagClassName
{
border-color: #A29A89;
}
</style>