Shades of Napa #AC9F85
Tints of Napa #AC9F85
RGB
CMYK
RGB Variations
Color information
#AC9F85 (or 0xAC9F85) is known color: Napa. HEX triplet: AC, 9F and 85. RGB value is (172,159,133). Sum of RGB (Red+Green+Blue) = 172+159+133=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9F85 is #53607A. Grayscale: #A0A0A0. Windows color (decimal): -5464187 or 8757164. OLE color: 8757164.
HSL color Cylindrical-coordinate representation of color #AC9F85: hue angle of 40º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC9F85 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 159 | 133 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.33 |
| HSL | 40º | 0.19% | 0.6% | - |
| HSV(B) | 40º | 0.23% | 0.67% | - |
| XYZ | 33.65 | 35.26 | 27.22 | - |
| YUV | 159.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 159 | 133 | 0 | 0.08 | 0.23 | 0.33 | 40 | 0.19 | 0.6 |
| Hex | AC | 9F | 85 | 0 | 8 | 17 | 21 | 28 | 13 | 3C |
| Octal | 254 | 237 | 205 | 0 | 10 | 27 | 41 | 50 | 23 | 74 |
| Binary | 10101100 | 10011111 | 10000101 | 0 | 1000 | 10111 | 100001 | 101000 | 10011 | 111100 |
Color Harmonies of #AC9F85
Complementary color
Monochromatic Colors of #AC9F85
Black with #AC9F85
Text Example
Text Example
White with #AC9F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9F85; }
p { color: rgb(172,159,133); }
H1.HeaderClassName
{
color: #AC9F85;
}
.AnyTagClassName
{
color: #AC9F85;
}
</style>
background-color css
<style>
a { background-color: #AC9F85; }
a { background-color: rgb(172,159,133); }
div.DivClassName
{
background-color: #AC9F85;
}
.BgClassName
{
background-color: #AC9F85;
}
</style>
border-color css
<style>
span { border-color: #AC9F85; }
span { border-color: rgb(172,159,133); }
td.TdClassName
{
border-color: #AC9F85;
}
.TagClassName
{
border-color: #AC9F85;
}
</style>