Shades of Napa #A29C8C
Tints of Napa #A29C8C
RGB
CMYK
RGB Variations
Color information
#A29C8C (or 0xA29C8C) is known color: Napa. HEX triplet: A2, 9C and 8C. RGB value is (162,156,140). Sum of RGB (Red+Green+Blue) = 162+156+140=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29C8C is #5D6373. Grayscale: #9C9C9C. Windows color (decimal): -6120308 or 9215138. OLE color: 9215138.
HSL color Cylindrical-coordinate representation of color #A29C8C: hue angle of 43.64º 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 #A29C8C is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 156 | 140 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.36 |
| HSL | 43.64º | 0.11% | 0.59% | - |
| HSV(B) | 43.64º | 0.14% | 0.64% | - |
| XYZ | 31.52 | 33.35 | 29.59 | - |
| YUV | 155.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 140 | 0 | 0.04 | 0.14 | 0.36 | 43.64 | 0.11 | 0.59 |
| Hex | A2 | 9C | 8C | 0 | 4 | E | 24 | 2C | B | 3B |
| Octal | 242 | 234 | 214 | 0 | 4 | 16 | 44 | 54 | 13 | 73 |
| Binary | 10100010 | 10011100 | 10001100 | 0 | 100 | 1110 | 100100 | 101100 | 1011 | 111011 |
Color Harmonies of #A29C8C
Complementary color
Monochromatic Colors of #A29C8C
Black with #A29C8C
Text Example
Text Example
White with #A29C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29C8C; }
p { color: rgb(162,156,140); }
H1.HeaderClassName
{
color: #A29C8C;
}
.AnyTagClassName
{
color: #A29C8C;
}
</style>
background-color css
<style>
a { background-color: #A29C8C; }
a { background-color: rgb(162,156,140); }
div.DivClassName
{
background-color: #A29C8C;
}
.BgClassName
{
background-color: #A29C8C;
}
</style>
border-color css
<style>
span { border-color: #A29C8C; }
span { border-color: rgb(162,156,140); }
td.TdClassName
{
border-color: #A29C8C;
}
.TagClassName
{
border-color: #A29C8C;
}
</style>