Shades of Napa #A29B90
Tints of Napa #A29B90
RGB
CMYK
RGB Variations
Color information
#A29B90 (or 0xA29B90) is known color: Napa. HEX triplet: A2, 9B and 90. RGB value is (162,155,144). Sum of RGB (Red+Green+Blue) = 162+155+144=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29B90 is #5D646F. Grayscale: #9B9B9B. Windows color (decimal): -6120560 or 9477026. OLE color: 9477026.
HSL color Cylindrical-coordinate representation of color #A29B90: hue angle of 36.67º 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 #A29B90 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 155 | 144 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.36 |
| HSL | 36.67º | 0.09% | 0.6% | - |
| HSV(B) | 36.67º | 0.11% | 0.64% | - |
| XYZ | 31.66 | 33.14 | 31.11 | - |
| YUV | 155.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 144 | 0 | 0.04 | 0.11 | 0.36 | 36.67 | 0.09 | 0.6 |
| Hex | A2 | 9B | 90 | 0 | 4 | B | 24 | 25 | 9 | 3C |
| Octal | 242 | 233 | 220 | 0 | 4 | 13 | 44 | 45 | 11 | 74 |
| Binary | 10100010 | 10011011 | 10010000 | 0 | 100 | 1011 | 100100 | 100101 | 1001 | 111100 |
Color Harmonies of #A29B90
Complementary color
Monochromatic Colors of #A29B90
Black with #A29B90
Text Example
Text Example
White with #A29B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29B90; }
p { color: rgb(162,155,144); }
H1.HeaderClassName
{
color: #A29B90;
}
.AnyTagClassName
{
color: #A29B90;
}
</style>
background-color css
<style>
a { background-color: #A29B90; }
a { background-color: rgb(162,155,144); }
div.DivClassName
{
background-color: #A29B90;
}
.BgClassName
{
background-color: #A29B90;
}
</style>
border-color css
<style>
span { border-color: #A29B90; }
span { border-color: rgb(162,155,144); }
td.TdClassName
{
border-color: #A29B90;
}
.TagClassName
{
border-color: #A29B90;
}
</style>