Shades of Napa #A59C8F
Tints of Napa #A59C8F
RGB
CMYK
RGB Variations
Color information
#A59C8F (or 0xA59C8F) is known color: Napa. HEX triplet: A5, 9C and 8F. RGB value is (165,156,143). Sum of RGB (Red+Green+Blue) = 165+156+143=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59C8F is #5A6370. Grayscale: #9D9D9D. Windows color (decimal): -5923697 or 9411749. OLE color: 9411749.
HSL color Cylindrical-coordinate representation of color #A59C8F: hue angle of 35.45º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A59C8F is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 156 | 143 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.35 |
| HSL | 35.45º | 0.11% | 0.6% | - |
| HSV(B) | 35.45º | 0.13% | 0.65% | - |
| XYZ | 32.36 | 33.76 | 30.8 | - |
| YUV | 157.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 143 | 0 | 0.05 | 0.13 | 0.35 | 35.45 | 0.11 | 0.6 |
| Hex | A5 | 9C | 8F | 0 | 5 | D | 23 | 23 | B | 3C |
| Octal | 245 | 234 | 217 | 0 | 5 | 15 | 43 | 43 | 13 | 74 |
| Binary | 10100101 | 10011100 | 10001111 | 0 | 101 | 1101 | 100011 | 100011 | 1011 | 111100 |
Color Harmonies of #A59C8F
Complementary color
Monochromatic Colors of #A59C8F
Black with #A59C8F
Text Example
Text Example
White with #A59C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59C8F; }
p { color: rgb(165,156,143); }
H1.HeaderClassName
{
color: #A59C8F;
}
.AnyTagClassName
{
color: #A59C8F;
}
</style>
background-color css
<style>
a { background-color: #A59C8F; }
a { background-color: rgb(165,156,143); }
div.DivClassName
{
background-color: #A59C8F;
}
.BgClassName
{
background-color: #A59C8F;
}
</style>
border-color css
<style>
span { border-color: #A59C8F; }
span { border-color: rgb(165,156,143); }
td.TdClassName
{
border-color: #A59C8F;
}
.TagClassName
{
border-color: #A59C8F;
}
</style>