Shades of Napa #A69A82
Tints of Napa #A69A82
RGB
CMYK
RGB Variations
Color information
#A69A82 (or 0xA69A82) is known color: Napa. HEX triplet: A6, 9A and 82. RGB value is (166,154,130). Sum of RGB (Red+Green+Blue) = 166+154+130=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69A82 is #59657D. Grayscale: #9A9A9A. Windows color (decimal): -5858686 or 8559270. OLE color: 8559270.
HSL color Cylindrical-coordinate representation of color #A69A82: hue angle of 40º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A69A82 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 154 | 130 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.35 |
| HSL | 40º | 0.17% | 0.58% | - |
| HSV(B) | 40º | 0.22% | 0.65% | - |
| XYZ | 31.31 | 32.83 | 25.81 | - |
| YUV | 154.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 130 | 0 | 0.07 | 0.22 | 0.35 | 40 | 0.17 | 0.58 |
| Hex | A6 | 9A | 82 | 0 | 7 | 16 | 23 | 28 | 11 | 3A |
| Octal | 246 | 232 | 202 | 0 | 7 | 26 | 43 | 50 | 21 | 72 |
| Binary | 10100110 | 10011010 | 10000010 | 0 | 111 | 10110 | 100011 | 101000 | 10001 | 111010 |
Color Harmonies of #A69A82
Complementary color
Monochromatic Colors of #A69A82
Black with #A69A82
Text Example
Text Example
White with #A69A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69A82; }
p { color: rgb(166,154,130); }
H1.HeaderClassName
{
color: #A69A82;
}
.AnyTagClassName
{
color: #A69A82;
}
</style>
background-color css
<style>
a { background-color: #A69A82; }
a { background-color: rgb(166,154,130); }
div.DivClassName
{
background-color: #A69A82;
}
.BgClassName
{
background-color: #A69A82;
}
</style>
border-color css
<style>
span { border-color: #A69A82; }
span { border-color: rgb(166,154,130); }
td.TdClassName
{
border-color: #A69A82;
}
.TagClassName
{
border-color: #A69A82;
}
</style>