Shades of Napa #ADA084
Tints of Napa #ADA084
RGB
CMYK
RGB Variations
Color information
#ADA084 (or 0xADA084) is known color: Napa. HEX triplet: AD, A0 and 84. RGB value is (173,160,132). Sum of RGB (Red+Green+Blue) = 173+160+132=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA084 is #525F7B. Grayscale: #A0A0A0. Windows color (decimal): -5398396 or 8691885. OLE color: 8691885.
HSL color Cylindrical-coordinate representation of color #ADA084: hue angle of 40.98º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADA084 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 132 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.32 |
| HSL | 40.98º | 0.2% | 0.6% | - |
| HSV(B) | 40.98º | 0.24% | 0.68% | - |
| XYZ | 33.97 | 35.69 | 26.93 | - |
| YUV | 160.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 132 | 0 | 0.08 | 0.24 | 0.32 | 40.98 | 0.2 | 0.6 |
| Hex | AD | A0 | 84 | 0 | 8 | 18 | 20 | 29 | 14 | 3C |
| Octal | 255 | 240 | 204 | 0 | 10 | 30 | 40 | 51 | 24 | 74 |
| Binary | 10101101 | 10100000 | 10000100 | 0 | 1000 | 11000 | 100000 | 101001 | 10100 | 111100 |
Color Harmonies of #ADA084
Complementary color
Monochromatic Colors of #ADA084
Black with #ADA084
Text Example
Text Example
White with #ADA084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA084; }
p { color: rgb(173,160,132); }
H1.HeaderClassName
{
color: #ADA084;
}
.AnyTagClassName
{
color: #ADA084;
}
</style>
background-color css
<style>
a { background-color: #ADA084; }
a { background-color: rgb(173,160,132); }
div.DivClassName
{
background-color: #ADA084;
}
.BgClassName
{
background-color: #ADA084;
}
</style>
border-color css
<style>
span { border-color: #ADA084; }
span { border-color: rgb(173,160,132); }
td.TdClassName
{
border-color: #ADA084;
}
.TagClassName
{
border-color: #ADA084;
}
</style>