Shades of Napa #A79C89
Tints of Napa #A79C89
RGB
CMYK
RGB Variations
Color information
#A79C89 (or 0xA79C89) is known color: Napa. HEX triplet: A7, 9C and 89. RGB value is (167,156,137). Sum of RGB (Red+Green+Blue) = 167+156+137=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79C89 is #586376. Grayscale: #9D9D9D. Windows color (decimal): -5792631 or 9018535. OLE color: 9018535.
HSL color Cylindrical-coordinate representation of color #A79C89: hue angle of 38º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A79C89 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 156 | 137 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.35 |
| HSL | 38º | 0.15% | 0.6% | - |
| HSV(B) | 38º | 0.18% | 0.65% | - |
| XYZ | 32.34 | 33.8 | 28.49 | - |
| YUV | 157.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 156 | 137 | 0 | 0.07 | 0.18 | 0.35 | 38 | 0.15 | 0.6 |
| Hex | A7 | 9C | 89 | 0 | 7 | 12 | 23 | 26 | F | 3C |
| Octal | 247 | 234 | 211 | 0 | 7 | 22 | 43 | 46 | 17 | 74 |
| Binary | 10100111 | 10011100 | 10001001 | 0 | 111 | 10010 | 100011 | 100110 | 1111 | 111100 |
Color Harmonies of #A79C89
Complementary color
Monochromatic Colors of #A79C89
Black with #A79C89
Text Example
Text Example
White with #A79C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79C89; }
p { color: rgb(167,156,137); }
H1.HeaderClassName
{
color: #A79C89;
}
.AnyTagClassName
{
color: #A79C89;
}
</style>
background-color css
<style>
a { background-color: #A79C89; }
a { background-color: rgb(167,156,137); }
div.DivClassName
{
background-color: #A79C89;
}
.BgClassName
{
background-color: #A79C89;
}
</style>
border-color css
<style>
span { border-color: #A79C89; }
span { border-color: rgb(167,156,137); }
td.TdClassName
{
border-color: #A79C89;
}
.TagClassName
{
border-color: #A79C89;
}
</style>