Shades of Napa #A29C93
Tints of Napa #A29C93
RGB
CMYK
RGB Variations
Color information
#A29C93 (or 0xA29C93) is known color: Napa. HEX triplet: A2, 9C and 93. RGB value is (162,156,147). Sum of RGB (Red+Green+Blue) = 162+156+147=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29C93 is #5D636C. Grayscale: #9C9C9C. Windows color (decimal): -6120301 or 9673890. OLE color: 9673890.
HSL color Cylindrical-coordinate representation of color #A29C93: hue angle of 36º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A29C93 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 156 | 147 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.36 |
| HSL | 36º | 0.07% | 0.61% | - |
| HSV(B) | 36º | 0.09% | 0.64% | - |
| XYZ | 32.06 | 33.56 | 32.39 | - |
| YUV | 156.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 147 | 0 | 0.04 | 0.09 | 0.36 | 36 | 0.07 | 0.61 |
| Hex | A2 | 9C | 93 | 0 | 4 | 9 | 24 | 24 | 7 | 3D |
| Octal | 242 | 234 | 223 | 0 | 4 | 11 | 44 | 44 | 7 | 75 |
| Binary | 10100010 | 10011100 | 10010011 | 0 | 100 | 1001 | 100100 | 100100 | 111 | 111101 |
Color Harmonies of #A29C93
Complementary color
Monochromatic Colors of #A29C93
Black with #A29C93
Text Example
Text Example
White with #A29C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29C93; }
p { color: rgb(162,156,147); }
H1.HeaderClassName
{
color: #A29C93;
}
.AnyTagClassName
{
color: #A29C93;
}
</style>
background-color css
<style>
a { background-color: #A29C93; }
a { background-color: rgb(162,156,147); }
div.DivClassName
{
background-color: #A29C93;
}
.BgClassName
{
background-color: #A29C93;
}
</style>
border-color css
<style>
span { border-color: #A29C93; }
span { border-color: rgb(162,156,147); }
td.TdClassName
{
border-color: #A29C93;
}
.TagClassName
{
border-color: #A29C93;
}
</style>