Shades of Napa #ADA288
Tints of Napa #ADA288
RGB
CMYK
RGB Variations
Color information
#ADA288 (or 0xADA288) is known color: Napa. HEX triplet: AD, A2 and 88. RGB value is (173,162,136). Sum of RGB (Red+Green+Blue) = 173+162+136=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA288 is #525D77. Grayscale: #A2A2A2. Windows color (decimal): -5397880 or 8954541. OLE color: 8954541.
HSL color Cylindrical-coordinate representation of color #ADA288: hue angle of 42.16º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADA288 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 136 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.32 |
| HSL | 42.16º | 0.18% | 0.61% | - |
| HSV(B) | 42.16º | 0.21% | 0.68% | - |
| XYZ | 34.6 | 36.5 | 28.51 | - |
| YUV | 162.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 136 | 0 | 0.06 | 0.21 | 0.32 | 42.16 | 0.18 | 0.61 |
| Hex | AD | A2 | 88 | 0 | 6 | 15 | 20 | 2A | 12 | 3D |
| Octal | 255 | 242 | 210 | 0 | 6 | 25 | 40 | 52 | 22 | 75 |
| Binary | 10101101 | 10100010 | 10001000 | 0 | 110 | 10101 | 100000 | 101010 | 10010 | 111101 |
Color Harmonies of #ADA288
Complementary color
Monochromatic Colors of #ADA288
Black with #ADA288
Text Example
Text Example
White with #ADA288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA288; }
p { color: rgb(173,162,136); }
H1.HeaderClassName
{
color: #ADA288;
}
.AnyTagClassName
{
color: #ADA288;
}
</style>
background-color css
<style>
a { background-color: #ADA288; }
a { background-color: rgb(173,162,136); }
div.DivClassName
{
background-color: #ADA288;
}
.BgClassName
{
background-color: #ADA288;
}
</style>
border-color css
<style>
span { border-color: #ADA288; }
span { border-color: rgb(173,162,136); }
td.TdClassName
{
border-color: #ADA288;
}
.TagClassName
{
border-color: #ADA288;
}
</style>