Shades of Napa #A69E86
Tints of Napa #A69E86
RGB
CMYK
RGB Variations
Color information
#A69E86 (or 0xA69E86) is known color: Napa. HEX triplet: A6, 9E and 86. RGB value is (166,158,134). Sum of RGB (Red+Green+Blue) = 166+158+134=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69E86 is #596179. Grayscale: #9D9D9D. Windows color (decimal): -5857658 or 8822438. OLE color: 8822438.
HSL color Cylindrical-coordinate representation of color #A69E86: hue angle of 45º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A69E86 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 158 | 134 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.35 |
| HSL | 45º | 0.15% | 0.59% | - |
| HSV(B) | 45º | 0.19% | 0.65% | - |
| XYZ | 32.26 | 34.28 | 27.47 | - |
| YUV | 157.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 158 | 134 | 0 | 0.05 | 0.19 | 0.35 | 45 | 0.15 | 0.59 |
| Hex | A6 | 9E | 86 | 0 | 5 | 13 | 23 | 2D | F | 3B |
| Octal | 246 | 236 | 206 | 0 | 5 | 23 | 43 | 55 | 17 | 73 |
| Binary | 10100110 | 10011110 | 10000110 | 0 | 101 | 10011 | 100011 | 101101 | 1111 | 111011 |
Color Harmonies of #A69E86
Complementary color
Monochromatic Colors of #A69E86
Black with #A69E86
Text Example
Text Example
White with #A69E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69E86; }
p { color: rgb(166,158,134); }
H1.HeaderClassName
{
color: #A69E86;
}
.AnyTagClassName
{
color: #A69E86;
}
</style>
background-color css
<style>
a { background-color: #A69E86; }
a { background-color: rgb(166,158,134); }
div.DivClassName
{
background-color: #A69E86;
}
.BgClassName
{
background-color: #A69E86;
}
</style>
border-color css
<style>
span { border-color: #A69E86; }
span { border-color: rgb(166,158,134); }
td.TdClassName
{
border-color: #A69E86;
}
.TagClassName
{
border-color: #A69E86;
}
</style>