Shades of Napa #ADA184
Tints of Napa #ADA184
RGB
CMYK
RGB Variations
Color information
#ADA184 (or 0xADA184) is known color: Napa. HEX triplet: AD, A1 and 84. RGB value is (173,161,132). Sum of RGB (Red+Green+Blue) = 173+161+132=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA184 is #525E7B. Grayscale: #A1A1A1. Windows color (decimal): -5398140 or 8692141. OLE color: 8692141.
HSL color Cylindrical-coordinate representation of color #ADA184: hue angle of 42.44º 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 #ADA184 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 132 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.32 |
| HSL | 42.44º | 0.2% | 0.6% | - |
| HSV(B) | 42.44º | 0.24% | 0.68% | - |
| XYZ | 34.14 | 36.04 | 26.99 | - |
| YUV | 161.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 132 | 0 | 0.07 | 0.24 | 0.32 | 42.44 | 0.2 | 0.6 |
| Hex | AD | A1 | 84 | 0 | 7 | 18 | 20 | 2A | 14 | 3C |
| Octal | 255 | 241 | 204 | 0 | 7 | 30 | 40 | 52 | 24 | 74 |
| Binary | 10101101 | 10100001 | 10000100 | 0 | 111 | 11000 | 100000 | 101010 | 10100 | 111100 |
Color Harmonies of #ADA184
Complementary color
Monochromatic Colors of #ADA184
Black with #ADA184
Text Example
Text Example
White with #ADA184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA184; }
p { color: rgb(173,161,132); }
H1.HeaderClassName
{
color: #ADA184;
}
.AnyTagClassName
{
color: #ADA184;
}
</style>
background-color css
<style>
a { background-color: #ADA184; }
a { background-color: rgb(173,161,132); }
div.DivClassName
{
background-color: #ADA184;
}
.BgClassName
{
background-color: #ADA184;
}
</style>
border-color css
<style>
span { border-color: #ADA184; }
span { border-color: rgb(173,161,132); }
td.TdClassName
{
border-color: #ADA184;
}
.TagClassName
{
border-color: #ADA184;
}
</style>