Shades of Napa #A29C92
Tints of Napa #A29C92
RGB
CMYK
RGB Variations
Color information
#A29C92 (or 0xA29C92) is known color: Napa. HEX triplet: A2, 9C and 92. RGB value is (162,156,146). Sum of RGB (Red+Green+Blue) = 162+156+146=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29C92 is #5D636D. Grayscale: #9C9C9C. Windows color (decimal): -6120302 or 9608354. OLE color: 9608354.
HSL color Cylindrical-coordinate representation of color #A29C92: hue angle of 37.5º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A29C92 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
RGB | 162 | 156 | 146 | - |
CMYK | 0 | 0.04 | 0.10 | 0.36 |
HSL | 37.5º | 0.08% | 0.6% | - |
HSV(B) | 37.5º | 0.1% | 0.64% | - |
XYZ | 31.98 | 33.53 | 31.98 | - |
YUV | 156.65 | 121.99 | 131.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 156 | 146 | 0 | 0.04 | 0.10 | 0.36 | 37.5 | 0.08 | 0.6 |
Hex | A2 | 9C | 92 | 0 | 4 | A | 24 | 26 | 8 | 3C |
Octal | 242 | 234 | 222 | 0 | 4 | 12 | 44 | 46 | 10 | 74 |
Binary | 10100010 | 10011100 | 10010010 | 0 | 100 | 1010 | 100100 | 100110 | 1000 | 111100 |
Color Harmonies of #A29C92
Complementary color
Monochromatic Colors of #A29C92
Black with #A29C92
Text Example
Text Example
White with #A29C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29C92; }
p { color: rgb(162,156,146); }
H1.HeaderClassName
{
color: #A29C92;
}
.AnyTagClassName
{
color: #A29C92;
}
</style>
background-color css
<style>
a { background-color: #A29C92; }
a { background-color: rgb(162,156,146); }
div.DivClassName
{
background-color: #A29C92;
}
.BgClassName
{
background-color: #A29C92;
}
</style>
border-color css
<style>
span { border-color: #A29C92; }
span { border-color: rgb(162,156,146); }
td.TdClassName
{
border-color: #A29C92;
}
.TagClassName
{
border-color: #A29C92;
}
</style>