Shades of Napa #ADA28A
Tints of Napa #ADA28A
RGB
CMYK
RGB Variations
Color information
#ADA28A (or 0xADA28A) is known color: Napa. HEX triplet: AD, A2 and 8A. RGB value is (173,162,138). Sum of RGB (Red+Green+Blue) = 173+162+138=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA28A is #525D75. Grayscale: #A2A2A2. Windows color (decimal): -5397878 or 9085613. OLE color: 9085613.
HSL color Cylindrical-coordinate representation of color #ADA28A: hue angle of 41.14º degrees, saturation: 0.18, 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 #ADA28A is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 138 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.32 |
| HSL | 41.14º | 0.18% | 0.61% | - |
| HSV(B) | 41.14º | 0.2% | 0.68% | - |
| XYZ | 34.74 | 36.56 | 29.27 | - |
| YUV | 162.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 138 | 0 | 0.06 | 0.20 | 0.32 | 41.14 | 0.18 | 0.61 |
| Hex | AD | A2 | 8A | 0 | 6 | 14 | 20 | 29 | 12 | 3D |
| Octal | 255 | 242 | 212 | 0 | 6 | 24 | 40 | 51 | 22 | 75 |
| Binary | 10101101 | 10100010 | 10001010 | 0 | 110 | 10100 | 100000 | 101001 | 10010 | 111101 |
Color Harmonies of #ADA28A
Complementary color
Monochromatic Colors of #ADA28A
Black with #ADA28A
Text Example
Text Example
White with #ADA28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA28A; }
p { color: rgb(173,162,138); }
H1.HeaderClassName
{
color: #ADA28A;
}
.AnyTagClassName
{
color: #ADA28A;
}
</style>
background-color css
<style>
a { background-color: #ADA28A; }
a { background-color: rgb(173,162,138); }
div.DivClassName
{
background-color: #ADA28A;
}
.BgClassName
{
background-color: #ADA28A;
}
</style>
border-color css
<style>
span { border-color: #ADA28A; }
span { border-color: rgb(173,162,138); }
td.TdClassName
{
border-color: #ADA28A;
}
.TagClassName
{
border-color: #ADA28A;
}
</style>