Shades of Napa #ADA187
Tints of Napa #ADA187
RGB
CMYK
RGB Variations
Color information
#ADA187 (or 0xADA187) is known color: Napa. HEX triplet: AD, A1 and 87. RGB value is (173,161,135). Sum of RGB (Red+Green+Blue) = 173+161+135=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA187 is #525E78. Grayscale: #A1A1A1. Windows color (decimal): -5398137 or 8888749. OLE color: 8888749.
HSL color Cylindrical-coordinate representation of color #ADA187: hue angle of 41.05º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADA187 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 135 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.32 |
| HSL | 41.05º | 0.19% | 0.6% | - |
| HSV(B) | 41.05º | 0.22% | 0.68% | - |
| XYZ | 34.35 | 36.12 | 28.08 | - |
| YUV | 161.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 135 | 0 | 0.07 | 0.22 | 0.32 | 41.05 | 0.19 | 0.6 |
| Hex | AD | A1 | 87 | 0 | 7 | 16 | 20 | 29 | 13 | 3C |
| Octal | 255 | 241 | 207 | 0 | 7 | 26 | 40 | 51 | 23 | 74 |
| Binary | 10101101 | 10100001 | 10000111 | 0 | 111 | 10110 | 100000 | 101001 | 10011 | 111100 |
Color Harmonies of #ADA187
Complementary color
Monochromatic Colors of #ADA187
Black with #ADA187
Text Example
Text Example
White with #ADA187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA187; }
p { color: rgb(173,161,135); }
H1.HeaderClassName
{
color: #ADA187;
}
.AnyTagClassName
{
color: #ADA187;
}
</style>
background-color css
<style>
a { background-color: #ADA187; }
a { background-color: rgb(173,161,135); }
div.DivClassName
{
background-color: #ADA187;
}
.BgClassName
{
background-color: #ADA187;
}
</style>
border-color css
<style>
span { border-color: #ADA187; }
span { border-color: rgb(173,161,135); }
td.TdClassName
{
border-color: #ADA187;
}
.TagClassName
{
border-color: #ADA187;
}
</style>