Shades of Napa #A59F8B
Tints of Napa #A59F8B
RGB
CMYK
RGB Variations
Color information
#A59F8B (or 0xA59F8B) is known color: Napa. HEX triplet: A5, 9F and 8B. RGB value is (165,159,139). Sum of RGB (Red+Green+Blue) = 165+159+139=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59F8B is #5A6074. Grayscale: #9E9E9E. Windows color (decimal): -5922933 or 9150373. OLE color: 9150373.
HSL color Cylindrical-coordinate representation of color #A59F8B: hue angle of 46.15º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A59F8B is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 159 | 139 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.35 |
| HSL | 46.15º | 0.13% | 0.6% | - |
| HSV(B) | 46.15º | 0.16% | 0.65% | - |
| XYZ | 32.58 | 34.66 | 29.4 | - |
| YUV | 158.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 139 | 0 | 0.04 | 0.16 | 0.35 | 46.15 | 0.13 | 0.6 |
| Hex | A5 | 9F | 8B | 0 | 4 | 10 | 23 | 2E | D | 3C |
| Octal | 245 | 237 | 213 | 0 | 4 | 20 | 43 | 56 | 15 | 74 |
| Binary | 10100101 | 10011111 | 10001011 | 0 | 100 | 10000 | 100011 | 101110 | 1101 | 111100 |
Color Harmonies of #A59F8B
Complementary color
Monochromatic Colors of #A59F8B
Black with #A59F8B
Text Example
Text Example
White with #A59F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59F8B; }
p { color: rgb(165,159,139); }
H1.HeaderClassName
{
color: #A59F8B;
}
.AnyTagClassName
{
color: #A59F8B;
}
</style>
background-color css
<style>
a { background-color: #A59F8B; }
a { background-color: rgb(165,159,139); }
div.DivClassName
{
background-color: #A59F8B;
}
.BgClassName
{
background-color: #A59F8B;
}
</style>
border-color css
<style>
span { border-color: #A59F8B; }
span { border-color: rgb(165,159,139); }
td.TdClassName
{
border-color: #A59F8B;
}
.TagClassName
{
border-color: #A59F8B;
}
</style>