Shades of Napa #A59F91
Tints of Napa #A59F91
RGB
CMYK
RGB Variations
Color information
#A59F91 (or 0xA59F91) is known color: Napa. HEX triplet: A5, 9F and 91. RGB value is (165,159,145). Sum of RGB (Red+Green+Blue) = 165+159+145=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59F91 is #5A606E. Grayscale: #9F9F9F. Windows color (decimal): -5922927 or 9543589. OLE color: 9543589.
HSL color Cylindrical-coordinate representation of color #A59F91: hue angle of 42º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A59F91 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 159 | 145 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.35 |
| HSL | 42º | 0.1% | 0.61% | - |
| HSV(B) | 42º | 0.12% | 0.65% | - |
| XYZ | 33.03 | 34.84 | 31.77 | - |
| YUV | 159.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 145 | 0 | 0.04 | 0.12 | 0.35 | 42 | 0.1 | 0.61 |
| Hex | A5 | 9F | 91 | 0 | 4 | C | 23 | 2A | A | 3D |
| Octal | 245 | 237 | 221 | 0 | 4 | 14 | 43 | 52 | 12 | 75 |
| Binary | 10100101 | 10011111 | 10010001 | 0 | 100 | 1100 | 100011 | 101010 | 1010 | 111101 |
Color Harmonies of #A59F91
Complementary color
Monochromatic Colors of #A59F91
Black with #A59F91
Text Example
Text Example
White with #A59F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59F91; }
p { color: rgb(165,159,145); }
H1.HeaderClassName
{
color: #A59F91;
}
.AnyTagClassName
{
color: #A59F91;
}
</style>
background-color css
<style>
a { background-color: #A59F91; }
a { background-color: rgb(165,159,145); }
div.DivClassName
{
background-color: #A59F91;
}
.BgClassName
{
background-color: #A59F91;
}
</style>
border-color css
<style>
span { border-color: #A59F91; }
span { border-color: rgb(165,159,145); }
td.TdClassName
{
border-color: #A59F91;
}
.TagClassName
{
border-color: #A59F91;
}
</style>