Shades of Napa #ADA08B
Tints of Napa #ADA08B
RGB
CMYK
RGB Variations
Color information
#ADA08B (or 0xADA08B) is known color: Napa. HEX triplet: AD, A0 and 8B. RGB value is (173,160,139). Sum of RGB (Red+Green+Blue) = 173+160+139=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA08B is #525F74. Grayscale: #A1A1A1. Windows color (decimal): -5398389 or 9150637. OLE color: 9150637.
HSL color Cylindrical-coordinate representation of color #ADA08B: hue angle of 37.06º 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 #ADA08B is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 139 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.32 |
| HSL | 37.06º | 0.17% | 0.61% | - |
| HSV(B) | 37.06º | 0.2% | 0.68% | - |
| XYZ | 34.46 | 35.89 | 29.54 | - |
| YUV | 161.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 139 | 0 | 0.08 | 0.20 | 0.32 | 37.06 | 0.17 | 0.61 |
| Hex | AD | A0 | 8B | 0 | 8 | 14 | 20 | 25 | 11 | 3D |
| Octal | 255 | 240 | 213 | 0 | 10 | 24 | 40 | 45 | 21 | 75 |
| Binary | 10101101 | 10100000 | 10001011 | 0 | 1000 | 10100 | 100000 | 100101 | 10001 | 111101 |
Color Harmonies of #ADA08B
Complementary color
Monochromatic Colors of #ADA08B
Black with #ADA08B
Text Example
Text Example
White with #ADA08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA08B; }
p { color: rgb(173,160,139); }
H1.HeaderClassName
{
color: #ADA08B;
}
.AnyTagClassName
{
color: #ADA08B;
}
</style>
background-color css
<style>
a { background-color: #ADA08B; }
a { background-color: rgb(173,160,139); }
div.DivClassName
{
background-color: #ADA08B;
}
.BgClassName
{
background-color: #ADA08B;
}
</style>
border-color css
<style>
span { border-color: #ADA08B; }
span { border-color: rgb(173,160,139); }
td.TdClassName
{
border-color: #ADA08B;
}
.TagClassName
{
border-color: #ADA08B;
}
</style>