Shades of Napa #ADA087
Tints of Napa #ADA087
RGB
CMYK
RGB Variations
Color information
#ADA087 (or 0xADA087) is known color: Napa. HEX triplet: AD, A0 and 87. RGB value is (173,160,135). Sum of RGB (Red+Green+Blue) = 173+160+135=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA087 is #525F78. Grayscale: #A1A1A1. Windows color (decimal): -5398393 or 8888493. OLE color: 8888493.
HSL color Cylindrical-coordinate representation of color #ADA087: hue angle of 39.47º 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 #ADA087 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 135 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.32 |
| HSL | 39.47º | 0.19% | 0.6% | - |
| HSV(B) | 39.47º | 0.22% | 0.68% | - |
| XYZ | 34.18 | 35.78 | 28.03 | - |
| YUV | 161.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 135 | 0 | 0.08 | 0.22 | 0.32 | 39.47 | 0.19 | 0.6 |
| Hex | AD | A0 | 87 | 0 | 8 | 16 | 20 | 27 | 13 | 3C |
| Octal | 255 | 240 | 207 | 0 | 10 | 26 | 40 | 47 | 23 | 74 |
| Binary | 10101101 | 10100000 | 10000111 | 0 | 1000 | 10110 | 100000 | 100111 | 10011 | 111100 |
Color Harmonies of #ADA087
Complementary color
Monochromatic Colors of #ADA087
Black with #ADA087
Text Example
Text Example
White with #ADA087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA087; }
p { color: rgb(173,160,135); }
H1.HeaderClassName
{
color: #ADA087;
}
.AnyTagClassName
{
color: #ADA087;
}
</style>
background-color css
<style>
a { background-color: #ADA087; }
a { background-color: rgb(173,160,135); }
div.DivClassName
{
background-color: #ADA087;
}
.BgClassName
{
background-color: #ADA087;
}
</style>
border-color css
<style>
span { border-color: #ADA087; }
span { border-color: rgb(173,160,135); }
td.TdClassName
{
border-color: #ADA087;
}
.TagClassName
{
border-color: #ADA087;
}
</style>