Shades of Napa #ADA287
Tints of Napa #ADA287
RGB
CMYK
RGB Variations
Color information
#ADA287 (or 0xADA287) is known color: Napa. HEX triplet: AD, A2 and 87. RGB value is (173,162,135). Sum of RGB (Red+Green+Blue) = 173+162+135=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA287 is #525D78. Grayscale: #A2A2A2. Windows color (decimal): -5397881 or 8889005. OLE color: 8889005.
HSL color Cylindrical-coordinate representation of color #ADA287: hue angle of 42.63º 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 #ADA287 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 135 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.32 |
| HSL | 42.63º | 0.19% | 0.6% | - |
| HSV(B) | 42.63º | 0.22% | 0.68% | - |
| XYZ | 34.53 | 36.47 | 28.14 | - |
| YUV | 162.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 135 | 0 | 0.06 | 0.22 | 0.32 | 42.63 | 0.19 | 0.6 |
| Hex | AD | A2 | 87 | 0 | 6 | 16 | 20 | 2B | 13 | 3C |
| Octal | 255 | 242 | 207 | 0 | 6 | 26 | 40 | 53 | 23 | 74 |
| Binary | 10101101 | 10100010 | 10000111 | 0 | 110 | 10110 | 100000 | 101011 | 10011 | 111100 |
Color Harmonies of #ADA287
Complementary color
Monochromatic Colors of #ADA287
Black with #ADA287
Text Example
Text Example
White with #ADA287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA287; }
p { color: rgb(173,162,135); }
H1.HeaderClassName
{
color: #ADA287;
}
.AnyTagClassName
{
color: #ADA287;
}
</style>
background-color css
<style>
a { background-color: #ADA287; }
a { background-color: rgb(173,162,135); }
div.DivClassName
{
background-color: #ADA287;
}
.BgClassName
{
background-color: #ADA287;
}
</style>
border-color css
<style>
span { border-color: #ADA287; }
span { border-color: rgb(173,162,135); }
td.TdClassName
{
border-color: #ADA287;
}
.TagClassName
{
border-color: #ADA287;
}
</style>