Shades of Napa #ADA18F
Tints of Napa #ADA18F
RGB
CMYK
RGB Variations
Color information
#ADA18F (or 0xADA18F) is known color: Napa. HEX triplet: AD, A1 and 8F. RGB value is (173,161,143). Sum of RGB (Red+Green+Blue) = 173+161+143=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA18F is #525E70. Grayscale: #A2A2A2. Windows color (decimal): -5398129 or 9413037. OLE color: 9413037.
HSL color Cylindrical-coordinate representation of color #ADA18F: hue angle of 36º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADA18F is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 143 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.32 |
| HSL | 36º | 0.15% | 0.62% | - |
| HSV(B) | 36º | 0.17% | 0.68% | - |
| XYZ | 34.94 | 36.36 | 31.16 | - |
| YUV | 162.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 143 | 0 | 0.07 | 0.17 | 0.32 | 36 | 0.15 | 0.62 |
| Hex | AD | A1 | 8F | 0 | 7 | 11 | 20 | 24 | F | 3E |
| Octal | 255 | 241 | 217 | 0 | 7 | 21 | 40 | 44 | 17 | 76 |
| Binary | 10101101 | 10100001 | 10001111 | 0 | 111 | 10001 | 100000 | 100100 | 1111 | 111110 |
Color Harmonies of #ADA18F
Complementary color
Monochromatic Colors of #ADA18F
Black with #ADA18F
Text Example
Text Example
White with #ADA18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA18F; }
p { color: rgb(173,161,143); }
H1.HeaderClassName
{
color: #ADA18F;
}
.AnyTagClassName
{
color: #ADA18F;
}
</style>
background-color css
<style>
a { background-color: #ADA18F; }
a { background-color: rgb(173,161,143); }
div.DivClassName
{
background-color: #ADA18F;
}
.BgClassName
{
background-color: #ADA18F;
}
</style>
border-color css
<style>
span { border-color: #ADA18F; }
span { border-color: rgb(173,161,143); }
td.TdClassName
{
border-color: #ADA18F;
}
.TagClassName
{
border-color: #ADA18F;
}
</style>