Shades of Napa #ADA085
Tints of Napa #ADA085
RGB
CMYK
RGB Variations
Color information
#ADA085 (or 0xADA085) is known color: Napa. HEX triplet: AD, A0 and 85. RGB value is (173,160,133). Sum of RGB (Red+Green+Blue) = 173+160+133=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA085 is #525F7A. Grayscale: #A0A0A0. Windows color (decimal): -5398395 or 8757421. OLE color: 8757421.
HSL color Cylindrical-coordinate representation of color #ADA085: hue angle of 40.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADA085 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 133 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.32 |
| HSL | 40.5º | 0.2% | 0.6% | - |
| HSV(B) | 40.5º | 0.23% | 0.68% | - |
| XYZ | 34.04 | 35.72 | 27.29 | - |
| YUV | 160.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 133 | 0 | 0.08 | 0.23 | 0.32 | 40.5 | 0.2 | 0.6 |
| Hex | AD | A0 | 85 | 0 | 8 | 17 | 20 | 28 | 14 | 3C |
| Octal | 255 | 240 | 205 | 0 | 10 | 27 | 40 | 50 | 24 | 74 |
| Binary | 10101101 | 10100000 | 10000101 | 0 | 1000 | 10111 | 100000 | 101000 | 10100 | 111100 |
Color Harmonies of #ADA085
Complementary color
Monochromatic Colors of #ADA085
Black with #ADA085
Text Example
Text Example
White with #ADA085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA085; }
p { color: rgb(173,160,133); }
H1.HeaderClassName
{
color: #ADA085;
}
.AnyTagClassName
{
color: #ADA085;
}
</style>
background-color css
<style>
a { background-color: #ADA085; }
a { background-color: rgb(173,160,133); }
div.DivClassName
{
background-color: #ADA085;
}
.BgClassName
{
background-color: #ADA085;
}
</style>
border-color css
<style>
span { border-color: #ADA085; }
span { border-color: rgb(173,160,133); }
td.TdClassName
{
border-color: #ADA085;
}
.TagClassName
{
border-color: #ADA085;
}
</style>