Shades of Napa #A69D8E
Tints of Napa #A69D8E
RGB
CMYK
RGB Variations
Color information
#A69D8E (or 0xA69D8E) is known color: Napa. HEX triplet: A6, 9D and 8E. RGB value is (166,157,142). Sum of RGB (Red+Green+Blue) = 166+157+142=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69D8E is #596271. Grayscale: #9E9E9E. Windows color (decimal): -5857906 or 9346470. OLE color: 9346470.
HSL color Cylindrical-coordinate representation of color #A69D8E: hue angle of 37.5º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A69D8E is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 157 | 142 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.35 |
| HSL | 37.5º | 0.12% | 0.6% | - |
| HSV(B) | 37.5º | 0.14% | 0.65% | - |
| XYZ | 32.67 | 34.17 | 30.47 | - |
| YUV | 157.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 142 | 0 | 0.05 | 0.14 | 0.35 | 37.5 | 0.12 | 0.6 |
| Hex | A6 | 9D | 8E | 0 | 5 | E | 23 | 26 | C | 3C |
| Octal | 246 | 235 | 216 | 0 | 5 | 16 | 43 | 46 | 14 | 74 |
| Binary | 10100110 | 10011101 | 10001110 | 0 | 101 | 1110 | 100011 | 100110 | 1100 | 111100 |
Color Harmonies of #A69D8E
Complementary color
Monochromatic Colors of #A69D8E
Black with #A69D8E
Text Example
Text Example
White with #A69D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69D8E; }
p { color: rgb(166,157,142); }
H1.HeaderClassName
{
color: #A69D8E;
}
.AnyTagClassName
{
color: #A69D8E;
}
</style>
background-color css
<style>
a { background-color: #A69D8E; }
a { background-color: rgb(166,157,142); }
div.DivClassName
{
background-color: #A69D8E;
}
.BgClassName
{
background-color: #A69D8E;
}
</style>
border-color css
<style>
span { border-color: #A69D8E; }
span { border-color: rgb(166,157,142); }
td.TdClassName
{
border-color: #A69D8E;
}
.TagClassName
{
border-color: #A69D8E;
}
</style>