Shades of Napa #A59F8E
Tints of Napa #A59F8E
RGB
CMYK
RGB Variations
Color information
#A59F8E (or 0xA59F8E) is known color: Napa. HEX triplet: A5, 9F and 8E. RGB value is (165,159,142). Sum of RGB (Red+Green+Blue) = 165+159+142=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59F8E is #5A6071. Grayscale: #9E9E9E. Windows color (decimal): -5922930 or 9346981. OLE color: 9346981.
HSL color Cylindrical-coordinate representation of color #A59F8E: hue angle of 44.35º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A59F8E is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 159 | 142 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.35 |
| HSL | 44.35º | 0.11% | 0.6% | - |
| HSV(B) | 44.35º | 0.14% | 0.65% | - |
| XYZ | 32.8 | 34.75 | 30.57 | - |
| YUV | 158.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 142 | 0 | 0.04 | 0.14 | 0.35 | 44.35 | 0.11 | 0.6 |
| Hex | A5 | 9F | 8E | 0 | 4 | E | 23 | 2C | B | 3C |
| Octal | 245 | 237 | 216 | 0 | 4 | 16 | 43 | 54 | 13 | 74 |
| Binary | 10100101 | 10011111 | 10001110 | 0 | 100 | 1110 | 100011 | 101100 | 1011 | 111100 |
Color Harmonies of #A59F8E
Complementary color
Monochromatic Colors of #A59F8E
Black with #A59F8E
Text Example
Text Example
White with #A59F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59F8E; }
p { color: rgb(165,159,142); }
H1.HeaderClassName
{
color: #A59F8E;
}
.AnyTagClassName
{
color: #A59F8E;
}
</style>
background-color css
<style>
a { background-color: #A59F8E; }
a { background-color: rgb(165,159,142); }
div.DivClassName
{
background-color: #A59F8E;
}
.BgClassName
{
background-color: #A59F8E;
}
</style>
border-color css
<style>
span { border-color: #A59F8E; }
span { border-color: rgb(165,159,142); }
td.TdClassName
{
border-color: #A59F8E;
}
.TagClassName
{
border-color: #A59F8E;
}
</style>