Shades of Napa #A29B8A
Tints of Napa #A29B8A
RGB
CMYK
RGB Variations
Color information
#A29B8A (or 0xA29B8A) is known color: Napa. HEX triplet: A2, 9B and 8A. RGB value is (162,155,138). Sum of RGB (Red+Green+Blue) = 162+155+138=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29B8A is #5D6475. Grayscale: #9B9B9B. Windows color (decimal): -6120566 or 9083810. OLE color: 9083810.
HSL color Cylindrical-coordinate representation of color #A29B8A: hue angle of 42.5º degrees, saturation: 0.11, 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 #A29B8A is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 155 | 138 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.36 |
| HSL | 42.5º | 0.11% | 0.59% | - |
| HSV(B) | 42.5º | 0.15% | 0.64% | - |
| XYZ | 31.21 | 32.96 | 28.76 | - |
| YUV | 155.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 138 | 0 | 0.04 | 0.15 | 0.36 | 42.5 | 0.11 | 0.59 |
| Hex | A2 | 9B | 8A | 0 | 4 | F | 24 | 2A | B | 3B |
| Octal | 242 | 233 | 212 | 0 | 4 | 17 | 44 | 52 | 13 | 73 |
| Binary | 10100010 | 10011011 | 10001010 | 0 | 100 | 1111 | 100100 | 101010 | 1011 | 111011 |
Color Harmonies of #A29B8A
Complementary color
Monochromatic Colors of #A29B8A
Black with #A29B8A
Text Example
Text Example
White with #A29B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29B8A; }
p { color: rgb(162,155,138); }
H1.HeaderClassName
{
color: #A29B8A;
}
.AnyTagClassName
{
color: #A29B8A;
}
</style>
background-color css
<style>
a { background-color: #A29B8A; }
a { background-color: rgb(162,155,138); }
div.DivClassName
{
background-color: #A29B8A;
}
.BgClassName
{
background-color: #A29B8A;
}
</style>
border-color css
<style>
span { border-color: #A29B8A; }
span { border-color: rgb(162,155,138); }
td.TdClassName
{
border-color: #A29B8A;
}
.TagClassName
{
border-color: #A29B8A;
}
</style>