Shades of Napa #A89F88
Tints of Napa #A89F88
RGB
CMYK
RGB Variations
Color information
#A89F88 (or 0xA89F88) is known color: Napa. HEX triplet: A8, 9F and 88. RGB value is (168,159,136). Sum of RGB (Red+Green+Blue) = 168+159+136=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89F88 is #576077. Grayscale: #9F9F9F. Windows color (decimal): -5726328 or 8953768. OLE color: 8953768.
HSL color Cylindrical-coordinate representation of color #A89F88: hue angle of 43.12º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A89F88 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 159 | 136 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.34 |
| HSL | 43.13º | 0.16% | 0.6% | - |
| HSV(B) | 43.13º | 0.19% | 0.66% | - |
| XYZ | 32.99 | 34.9 | 28.29 | - |
| YUV | 159.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 136 | 0 | 0.05 | 0.19 | 0.34 | 43.13 | 0.16 | 0.6 |
| Hex | A8 | 9F | 88 | 0 | 5 | 13 | 22 | 2B | 10 | 3C |
| Octal | 250 | 237 | 210 | 0 | 5 | 23 | 42 | 53 | 20 | 74 |
| Binary | 10101000 | 10011111 | 10001000 | 0 | 101 | 10011 | 100010 | 101011 | 10000 | 111100 |
Color Harmonies of #A89F88
Complementary color
Monochromatic Colors of #A89F88
Black with #A89F88
Text Example
Text Example
White with #A89F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89F88; }
p { color: rgb(168,159,136); }
H1.HeaderClassName
{
color: #A89F88;
}
.AnyTagClassName
{
color: #A89F88;
}
</style>
background-color css
<style>
a { background-color: #A89F88; }
a { background-color: rgb(168,159,136); }
div.DivClassName
{
background-color: #A89F88;
}
.BgClassName
{
background-color: #A89F88;
}
</style>
border-color css
<style>
span { border-color: #A89F88; }
span { border-color: rgb(168,159,136); }
td.TdClassName
{
border-color: #A89F88;
}
.TagClassName
{
border-color: #A89F88;
}
</style>