Shades of Napa #A6A08D
Tints of Napa #A6A08D
RGB
CMYK
RGB Variations
Color information
#A6A08D (or 0xA6A08D) is known color: Napa. HEX triplet: A6, A0 and 8D. RGB value is (166,160,141). Sum of RGB (Red+Green+Blue) = 166+160+141=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A08D is #595F72. Grayscale: #9F9F9F. Windows color (decimal): -5857139 or 9281702. OLE color: 9281702.
HSL color Cylindrical-coordinate representation of color #A6A08D: hue angle of 45.6º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6A08D is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 141 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.35 |
| HSL | 45.6º | 0.12% | 0.6% | - |
| HSV(B) | 45.6º | 0.15% | 0.65% | - |
| XYZ | 33.1 | 35.17 | 30.24 | - |
| YUV | 159.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 141 | 0 | 0.04 | 0.15 | 0.35 | 45.6 | 0.12 | 0.6 |
| Hex | A6 | A0 | 8D | 0 | 4 | F | 23 | 2E | C | 3C |
| Octal | 246 | 240 | 215 | 0 | 4 | 17 | 43 | 56 | 14 | 74 |
| Binary | 10100110 | 10100000 | 10001101 | 0 | 100 | 1111 | 100011 | 101110 | 1100 | 111100 |
Color Harmonies of #A6A08D
Complementary color
Monochromatic Colors of #A6A08D
Black with #A6A08D
Text Example
Text Example
White with #A6A08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A08D; }
p { color: rgb(166,160,141); }
H1.HeaderClassName
{
color: #A6A08D;
}
.AnyTagClassName
{
color: #A6A08D;
}
</style>
background-color css
<style>
a { background-color: #A6A08D; }
a { background-color: rgb(166,160,141); }
div.DivClassName
{
background-color: #A6A08D;
}
.BgClassName
{
background-color: #A6A08D;
}
</style>
border-color css
<style>
span { border-color: #A6A08D; }
span { border-color: rgb(166,160,141); }
td.TdClassName
{
border-color: #A6A08D;
}
.TagClassName
{
border-color: #A6A08D;
}
</style>