Shades of Napa #A6A08C
Tints of Napa #A6A08C
RGB
CMYK
RGB Variations
Color information
#A6A08C (or 0xA6A08C) is known color: Napa. HEX triplet: A6, A0 and 8C. RGB value is (166,160,140). Sum of RGB (Red+Green+Blue) = 166+160+140=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A08C is #595F73. Grayscale: #9F9F9F. Windows color (decimal): -5857140 or 9216166. OLE color: 9216166.
HSL color Cylindrical-coordinate representation of color #A6A08C: hue angle of 46.15º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6A08C is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 140 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.35 |
| HSL | 46.15º | 0.13% | 0.6% | - |
| HSV(B) | 46.15º | 0.16% | 0.65% | - |
| XYZ | 33.03 | 35.14 | 29.85 | - |
| YUV | 159.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 140 | 0 | 0.04 | 0.16 | 0.35 | 46.15 | 0.13 | 0.6 |
| Hex | A6 | A0 | 8C | 0 | 4 | 10 | 23 | 2E | D | 3C |
| Octal | 246 | 240 | 214 | 0 | 4 | 20 | 43 | 56 | 15 | 74 |
| Binary | 10100110 | 10100000 | 10001100 | 0 | 100 | 10000 | 100011 | 101110 | 1101 | 111100 |
Color Harmonies of #A6A08C
Complementary color
Monochromatic Colors of #A6A08C
Black with #A6A08C
Text Example
Text Example
White with #A6A08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A08C; }
p { color: rgb(166,160,140); }
H1.HeaderClassName
{
color: #A6A08C;
}
.AnyTagClassName
{
color: #A6A08C;
}
</style>
background-color css
<style>
a { background-color: #A6A08C; }
a { background-color: rgb(166,160,140); }
div.DivClassName
{
background-color: #A6A08C;
}
.BgClassName
{
background-color: #A6A08C;
}
</style>
border-color css
<style>
span { border-color: #A6A08C; }
span { border-color: rgb(166,160,140); }
td.TdClassName
{
border-color: #A6A08C;
}
.TagClassName
{
border-color: #A6A08C;
}
</style>