Shades of Napa #ADA18C
Tints of Napa #ADA18C
RGB
CMYK
RGB Variations
Color information
#ADA18C (or 0xADA18C) is known color: Napa. HEX triplet: AD, A1 and 8C. RGB value is (173,161,140). Sum of RGB (Red+Green+Blue) = 173+161+140=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA18C is #525E73. Grayscale: #A2A2A2. Windows color (decimal): -5398132 or 9216429. OLE color: 9216429.
HSL color Cylindrical-coordinate representation of color #ADA18C: hue angle of 38.18º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADA18C is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 140 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.32 |
| HSL | 38.18º | 0.17% | 0.61% | - |
| HSV(B) | 38.18º | 0.19% | 0.68% | - |
| XYZ | 34.71 | 36.27 | 29.98 | - |
| YUV | 162.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 140 | 0 | 0.07 | 0.19 | 0.32 | 38.18 | 0.17 | 0.61 |
| Hex | AD | A1 | 8C | 0 | 7 | 13 | 20 | 26 | 11 | 3D |
| Octal | 255 | 241 | 214 | 0 | 7 | 23 | 40 | 46 | 21 | 75 |
| Binary | 10101101 | 10100001 | 10001100 | 0 | 111 | 10011 | 100000 | 100110 | 10001 | 111101 |
Color Harmonies of #ADA18C
Complementary color
Monochromatic Colors of #ADA18C
Black with #ADA18C
Text Example
Text Example
White with #ADA18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA18C; }
p { color: rgb(173,161,140); }
H1.HeaderClassName
{
color: #ADA18C;
}
.AnyTagClassName
{
color: #ADA18C;
}
</style>
background-color css
<style>
a { background-color: #ADA18C; }
a { background-color: rgb(173,161,140); }
div.DivClassName
{
background-color: #ADA18C;
}
.BgClassName
{
background-color: #ADA18C;
}
</style>
border-color css
<style>
span { border-color: #ADA18C; }
span { border-color: rgb(173,161,140); }
td.TdClassName
{
border-color: #ADA18C;
}
.TagClassName
{
border-color: #ADA18C;
}
</style>