Shades of Napa #A69A84
Tints of Napa #A69A84
RGB
CMYK
RGB Variations
Color information
#A69A84 (or 0xA69A84) is known color: Napa. HEX triplet: A6, 9A and 84. RGB value is (166,154,132). Sum of RGB (Red+Green+Blue) = 166+154+132=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69A84 is #59657B. Grayscale: #9B9B9B. Windows color (decimal): -5858684 or 8690342. OLE color: 8690342.
HSL color Cylindrical-coordinate representation of color #A69A84: hue angle of 38.82º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A69A84 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 154 | 132 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.35 |
| HSL | 38.82º | 0.16% | 0.58% | - |
| HSV(B) | 38.82º | 0.2% | 0.65% | - |
| XYZ | 31.45 | 32.88 | 26.52 | - |
| YUV | 155.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 132 | 0 | 0.07 | 0.20 | 0.35 | 38.82 | 0.16 | 0.58 |
| Hex | A6 | 9A | 84 | 0 | 7 | 14 | 23 | 27 | 10 | 3A |
| Octal | 246 | 232 | 204 | 0 | 7 | 24 | 43 | 47 | 20 | 72 |
| Binary | 10100110 | 10011010 | 10000100 | 0 | 111 | 10100 | 100011 | 100111 | 10000 | 111010 |
Color Harmonies of #A69A84
Complementary color
Monochromatic Colors of #A69A84
Black with #A69A84
Text Example
Text Example
White with #A69A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69A84; }
p { color: rgb(166,154,132); }
H1.HeaderClassName
{
color: #A69A84;
}
.AnyTagClassName
{
color: #A69A84;
}
</style>
background-color css
<style>
a { background-color: #A69A84; }
a { background-color: rgb(166,154,132); }
div.DivClassName
{
background-color: #A69A84;
}
.BgClassName
{
background-color: #A69A84;
}
</style>
border-color css
<style>
span { border-color: #A69A84; }
span { border-color: rgb(166,154,132); }
td.TdClassName
{
border-color: #A69A84;
}
.TagClassName
{
border-color: #A69A84;
}
</style>