Shades of Napa #A09685
Tints of Napa #A09685
RGB
CMYK
RGB Variations
Color information
#A09685 (or 0xA09685) is known color: Napa. HEX triplet: A0, 96 and 85. RGB value is (160,150,133). Sum of RGB (Red+Green+Blue) = 160+150+133=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 160 - color contains mainly: red. Hex color #A09685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09685 is #5F697A. Grayscale: #979797. Windows color (decimal): -6252923 or 8754848. OLE color: 8754848.
HSL color Cylindrical-coordinate representation of color #A09685: hue angle of 37.78º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A09685 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 150 | 133 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.37 |
| HSL | 37.78º | 0.12% | 0.57% | - |
| HSV(B) | 37.78º | 0.17% | 0.63% | - |
| XYZ | 29.64 | 30.98 | 26.61 | - |
| YUV | 151.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 133 | 0 | 0.06 | 0.17 | 0.37 | 37.78 | 0.12 | 0.57 |
| Hex | A0 | 96 | 85 | 0 | 6 | 11 | 25 | 26 | C | 39 |
| Octal | 240 | 226 | 205 | 0 | 6 | 21 | 45 | 46 | 14 | 71 |
| Binary | 10100000 | 10010110 | 10000101 | 0 | 110 | 10001 | 100101 | 100110 | 1100 | 111001 |
Color Harmonies of #A09685
Complementary color
Monochromatic Colors of #A09685
Black with #A09685
Text Example
Text Example
White with #A09685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09685; }
p { color: rgb(160,150,133); }
H1.HeaderClassName
{
color: #A09685;
}
.AnyTagClassName
{
color: #A09685;
}
</style>
background-color css
<style>
a { background-color: #A09685; }
a { background-color: rgb(160,150,133); }
div.DivClassName
{
background-color: #A09685;
}
.BgClassName
{
background-color: #A09685;
}
</style>
border-color css
<style>
span { border-color: #A09685; }
span { border-color: rgb(160,150,133); }
td.TdClassName
{
border-color: #A09685;
}
.TagClassName
{
border-color: #A09685;
}
</style>