Shades of Napa #A8A089
Tints of Napa #A8A089
RGB
CMYK
RGB Variations
Color information
#A8A089 (or 0xA8A089) is known color: Napa. HEX triplet: A8, A0 and 89. RGB value is (168,160,137). Sum of RGB (Red+Green+Blue) = 168+160+137=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A089 is #575F76. Grayscale: #9F9F9F. Windows color (decimal): -5726071 or 9019560. OLE color: 9019560.
HSL color Cylindrical-coordinate representation of color #A8A089: hue angle of 44.52º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8A089 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 160 | 137 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.34 |
| HSL | 44.52º | 0.15% | 0.6% | - |
| HSV(B) | 44.52º | 0.18% | 0.66% | - |
| XYZ | 33.23 | 35.27 | 28.72 | - |
| YUV | 159.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 137 | 0 | 0.05 | 0.18 | 0.34 | 44.52 | 0.15 | 0.6 |
| Hex | A8 | A0 | 89 | 0 | 5 | 12 | 22 | 2D | F | 3C |
| Octal | 250 | 240 | 211 | 0 | 5 | 22 | 42 | 55 | 17 | 74 |
| Binary | 10101000 | 10100000 | 10001001 | 0 | 101 | 10010 | 100010 | 101101 | 1111 | 111100 |
Color Harmonies of #A8A089
Complementary color
Monochromatic Colors of #A8A089
Black with #A8A089
Text Example
Text Example
White with #A8A089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A089; }
p { color: rgb(168,160,137); }
H1.HeaderClassName
{
color: #A8A089;
}
.AnyTagClassName
{
color: #A8A089;
}
</style>
background-color css
<style>
a { background-color: #A8A089; }
a { background-color: rgb(168,160,137); }
div.DivClassName
{
background-color: #A8A089;
}
.BgClassName
{
background-color: #A8A089;
}
</style>
border-color css
<style>
span { border-color: #A8A089; }
span { border-color: rgb(168,160,137); }
td.TdClassName
{
border-color: #A8A089;
}
.TagClassName
{
border-color: #A8A089;
}
</style>