Shades of Napa #AC9E81
Tints of Napa #AC9E81
RGB
CMYK
RGB Variations
Color information
#AC9E81 (or 0xAC9E81) is known color: Napa. HEX triplet: AC, 9E and 81. RGB value is (172,158,129). Sum of RGB (Red+Green+Blue) = 172+158+129=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9E81 is #53617E. Grayscale: #9F9F9F. Windows color (decimal): -5464447 or 8494764. OLE color: 8494764.
HSL color Cylindrical-coordinate representation of color #AC9E81: hue angle of 40.47º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC9E81 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 158 | 129 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.33 |
| HSL | 40.47º | 0.21% | 0.59% | - |
| HSV(B) | 40.47º | 0.25% | 0.67% | - |
| XYZ | 33.2 | 34.81 | 25.74 | - |
| YUV | 158.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 158 | 129 | 0 | 0.08 | 0.25 | 0.33 | 40.47 | 0.21 | 0.59 |
| Hex | AC | 9E | 81 | 0 | 8 | 19 | 21 | 28 | 15 | 3B |
| Octal | 254 | 236 | 201 | 0 | 10 | 31 | 41 | 50 | 25 | 73 |
| Binary | 10101100 | 10011110 | 10000001 | 0 | 1000 | 11001 | 100001 | 101000 | 10101 | 111011 |
Color Harmonies of #AC9E81
Complementary color
Monochromatic Colors of #AC9E81
Black with #AC9E81
Text Example
Text Example
White with #AC9E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9E81; }
p { color: rgb(172,158,129); }
H1.HeaderClassName
{
color: #AC9E81;
}
.AnyTagClassName
{
color: #AC9E81;
}
</style>
background-color css
<style>
a { background-color: #AC9E81; }
a { background-color: rgb(172,158,129); }
div.DivClassName
{
background-color: #AC9E81;
}
.BgClassName
{
background-color: #AC9E81;
}
</style>
border-color css
<style>
span { border-color: #AC9E81; }
span { border-color: rgb(172,158,129); }
td.TdClassName
{
border-color: #AC9E81;
}
.TagClassName
{
border-color: #AC9E81;
}
</style>