Shades of Napa #ADA28B
Tints of Napa #ADA28B
RGB
CMYK
RGB Variations
Color information
#ADA28B (or 0xADA28B) is known color: Napa. HEX triplet: AD, A2 and 8B. RGB value is (173,162,139). Sum of RGB (Red+Green+Blue) = 173+162+139=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA28B is #525D74. Grayscale: #A2A2A2. Windows color (decimal): -5397877 or 9151149. OLE color: 9151149.
HSL color Cylindrical-coordinate representation of color #ADA28B: hue angle of 40.59º 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 #ADA28B is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 139 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.32 |
| HSL | 40.59º | 0.17% | 0.61% | - |
| HSV(B) | 40.59º | 0.2% | 0.68% | - |
| XYZ | 34.81 | 36.59 | 29.65 | - |
| YUV | 162.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 139 | 0 | 0.06 | 0.20 | 0.32 | 40.59 | 0.17 | 0.61 |
| Hex | AD | A2 | 8B | 0 | 6 | 14 | 20 | 29 | 11 | 3D |
| Octal | 255 | 242 | 213 | 0 | 6 | 24 | 40 | 51 | 21 | 75 |
| Binary | 10101101 | 10100010 | 10001011 | 0 | 110 | 10100 | 100000 | 101001 | 10001 | 111101 |
Color Harmonies of #ADA28B
Complementary color
Monochromatic Colors of #ADA28B
Black with #ADA28B
Text Example
Text Example
White with #ADA28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA28B; }
p { color: rgb(173,162,139); }
H1.HeaderClassName
{
color: #ADA28B;
}
.AnyTagClassName
{
color: #ADA28B;
}
</style>
background-color css
<style>
a { background-color: #ADA28B; }
a { background-color: rgb(173,162,139); }
div.DivClassName
{
background-color: #ADA28B;
}
.BgClassName
{
background-color: #ADA28B;
}
</style>
border-color css
<style>
span { border-color: #ADA28B; }
span { border-color: rgb(173,162,139); }
td.TdClassName
{
border-color: #ADA28B;
}
.TagClassName
{
border-color: #ADA28B;
}
</style>