Shades of Napa #A89D8C
Tints of Napa #A89D8C
RGB
CMYK
RGB Variations
Color information
#A89D8C (or 0xA89D8C) is known color: Napa. HEX triplet: A8, 9D and 8C. RGB value is (168,157,140). Sum of RGB (Red+Green+Blue) = 168+157+140=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89D8C is #576273. Grayscale: #9E9E9E. Windows color (decimal): -5726836 or 9215400. OLE color: 9215400.
HSL color Cylindrical-coordinate representation of color #A89D8C: hue angle of 36.43º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A89D8C is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 157 | 140 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.34 |
| HSL | 36.43º | 0.14% | 0.6% | - |
| HSV(B) | 36.43º | 0.17% | 0.66% | - |
| XYZ | 32.94 | 34.33 | 29.7 | - |
| YUV | 158.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 140 | 0 | 0.07 | 0.17 | 0.34 | 36.43 | 0.14 | 0.6 |
| Hex | A8 | 9D | 8C | 0 | 7 | 11 | 22 | 24 | E | 3C |
| Octal | 250 | 235 | 214 | 0 | 7 | 21 | 42 | 44 | 16 | 74 |
| Binary | 10101000 | 10011101 | 10001100 | 0 | 111 | 10001 | 100010 | 100100 | 1110 | 111100 |
Color Harmonies of #A89D8C
Complementary color
Monochromatic Colors of #A89D8C
Black with #A89D8C
Text Example
Text Example
White with #A89D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89D8C; }
p { color: rgb(168,157,140); }
H1.HeaderClassName
{
color: #A89D8C;
}
.AnyTagClassName
{
color: #A89D8C;
}
</style>
background-color css
<style>
a { background-color: #A89D8C; }
a { background-color: rgb(168,157,140); }
div.DivClassName
{
background-color: #A89D8C;
}
.BgClassName
{
background-color: #A89D8C;
}
</style>
border-color css
<style>
span { border-color: #A89D8C; }
span { border-color: rgb(168,157,140); }
td.TdClassName
{
border-color: #A89D8C;
}
.TagClassName
{
border-color: #A89D8C;
}
</style>