Shades of Napa #AC9F84
Tints of Napa #AC9F84
RGB
CMYK
RGB Variations
Color information
#AC9F84 (or 0xAC9F84) is known color: Napa. HEX triplet: AC, 9F and 84. RGB value is (172,159,132). Sum of RGB (Red+Green+Blue) = 172+159+132=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9F84 is #53607B. Grayscale: #9F9F9F. Windows color (decimal): -5464188 or 8691628. OLE color: 8691628.
HSL color Cylindrical-coordinate representation of color #AC9F84: hue angle of 40.5º 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 #AC9F84 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 159 | 132 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.33 |
| HSL | 40.5º | 0.19% | 0.6% | - |
| HSV(B) | 40.5º | 0.23% | 0.67% | - |
| XYZ | 33.58 | 35.23 | 26.86 | - |
| YUV | 159.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 159 | 132 | 0 | 0.08 | 0.23 | 0.33 | 40.5 | 0.19 | 0.6 |
| Hex | AC | 9F | 84 | 0 | 8 | 17 | 21 | 28 | 13 | 3C |
| Octal | 254 | 237 | 204 | 0 | 10 | 27 | 41 | 50 | 23 | 74 |
| Binary | 10101100 | 10011111 | 10000100 | 0 | 1000 | 10111 | 100001 | 101000 | 10011 | 111100 |
Color Harmonies of #AC9F84
Complementary color
Monochromatic Colors of #AC9F84
Black with #AC9F84
Text Example
Text Example
White with #AC9F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9F84; }
p { color: rgb(172,159,132); }
H1.HeaderClassName
{
color: #AC9F84;
}
.AnyTagClassName
{
color: #AC9F84;
}
</style>
background-color css
<style>
a { background-color: #AC9F84; }
a { background-color: rgb(172,159,132); }
div.DivClassName
{
background-color: #AC9F84;
}
.BgClassName
{
background-color: #AC9F84;
}
</style>
border-color css
<style>
span { border-color: #AC9F84; }
span { border-color: rgb(172,159,132); }
td.TdClassName
{
border-color: #AC9F84;
}
.TagClassName
{
border-color: #AC9F84;
}
</style>