Shades of Napa #ADA38B
Tints of Napa #ADA38B
RGB
CMYK
RGB Variations
Color information
#ADA38B (or 0xADA38B) is known color: Napa. HEX triplet: AD, A3 and 8B. RGB value is (173,163,139). Sum of RGB (Red+Green+Blue) = 173+163+139=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA38B is #525C74. Grayscale: #A3A3A3. Windows color (decimal): -5397621 or 9151405. OLE color: 9151405.
HSL color Cylindrical-coordinate representation of color #ADA38B: hue angle of 42.35º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADA38B is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 139 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.32 |
| HSL | 42.35º | 0.17% | 0.61% | - |
| HSV(B) | 42.35º | 0.2% | 0.68% | - |
| XYZ | 34.99 | 36.94 | 29.71 | - |
| YUV | 163.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 139 | 0 | 0.06 | 0.20 | 0.32 | 42.35 | 0.17 | 0.61 |
| Hex | AD | A3 | 8B | 0 | 6 | 14 | 20 | 2A | 11 | 3D |
| Octal | 255 | 243 | 213 | 0 | 6 | 24 | 40 | 52 | 21 | 75 |
| Binary | 10101101 | 10100011 | 10001011 | 0 | 110 | 10100 | 100000 | 101010 | 10001 | 111101 |
Color Harmonies of #ADA38B
Complementary color
Monochromatic Colors of #ADA38B
Black with #ADA38B
Text Example
Text Example
White with #ADA38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA38B; }
p { color: rgb(173,163,139); }
H1.HeaderClassName
{
color: #ADA38B;
}
.AnyTagClassName
{
color: #ADA38B;
}
</style>
background-color css
<style>
a { background-color: #ADA38B; }
a { background-color: rgb(173,163,139); }
div.DivClassName
{
background-color: #ADA38B;
}
.BgClassName
{
background-color: #ADA38B;
}
</style>
border-color css
<style>
span { border-color: #ADA38B; }
span { border-color: rgb(173,163,139); }
td.TdClassName
{
border-color: #ADA38B;
}
.TagClassName
{
border-color: #ADA38B;
}
</style>