Shades of Napa #A29B8B
Tints of Napa #A29B8B
RGB
CMYK
RGB Variations
Color information
#A29B8B (or 0xA29B8B) is known color: Napa. HEX triplet: A2, 9B and 8B. RGB value is (162,155,139). Sum of RGB (Red+Green+Blue) = 162+155+139=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29B8B is #5D6474. Grayscale: #9B9B9B. Windows color (decimal): -6120565 or 9149346. OLE color: 9149346.
HSL color Cylindrical-coordinate representation of color #A29B8B: hue angle of 41.74º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A29B8B is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 155 | 139 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.36 |
| HSL | 41.74º | 0.11% | 0.59% | - |
| HSV(B) | 41.74º | 0.14% | 0.64% | - |
| XYZ | 31.28 | 32.99 | 29.14 | - |
| YUV | 155.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 139 | 0 | 0.04 | 0.14 | 0.36 | 41.74 | 0.11 | 0.59 |
| Hex | A2 | 9B | 8B | 0 | 4 | E | 24 | 2A | B | 3B |
| Octal | 242 | 233 | 213 | 0 | 4 | 16 | 44 | 52 | 13 | 73 |
| Binary | 10100010 | 10011011 | 10001011 | 0 | 100 | 1110 | 100100 | 101010 | 1011 | 111011 |
Color Harmonies of #A29B8B
Complementary color
Monochromatic Colors of #A29B8B
Black with #A29B8B
Text Example
Text Example
White with #A29B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29B8B; }
p { color: rgb(162,155,139); }
H1.HeaderClassName
{
color: #A29B8B;
}
.AnyTagClassName
{
color: #A29B8B;
}
</style>
background-color css
<style>
a { background-color: #A29B8B; }
a { background-color: rgb(162,155,139); }
div.DivClassName
{
background-color: #A29B8B;
}
.BgClassName
{
background-color: #A29B8B;
}
</style>
border-color css
<style>
span { border-color: #A29B8B; }
span { border-color: rgb(162,155,139); }
td.TdClassName
{
border-color: #A29B8B;
}
.TagClassName
{
border-color: #A29B8B;
}
</style>