Shades of Napa #AC9F8B
Tints of Napa #AC9F8B
RGB
CMYK
RGB Variations
Color information
#AC9F8B (or 0xAC9F8B) is known color: Napa. HEX triplet: AC, 9F and 8B. RGB value is (172,159,139). Sum of RGB (Red+Green+Blue) = 172+159+139=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9F8B is #536074. Grayscale: #A0A0A0. Windows color (decimal): -5464181 or 9150380. OLE color: 9150380.
HSL color Cylindrical-coordinate representation of color #AC9F8B: hue angle of 36.36º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC9F8B is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 159 | 139 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.33 |
| HSL | 36.36º | 0.17% | 0.61% | - |
| HSV(B) | 36.36º | 0.19% | 0.67% | - |
| XYZ | 34.07 | 35.43 | 29.47 | - |
| YUV | 160.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 159 | 139 | 0 | 0.08 | 0.19 | 0.33 | 36.36 | 0.17 | 0.61 |
| Hex | AC | 9F | 8B | 0 | 8 | 13 | 21 | 24 | 11 | 3D |
| Octal | 254 | 237 | 213 | 0 | 10 | 23 | 41 | 44 | 21 | 75 |
| Binary | 10101100 | 10011111 | 10001011 | 0 | 1000 | 10011 | 100001 | 100100 | 10001 | 111101 |
Color Harmonies of #AC9F8B
Complementary color
Monochromatic Colors of #AC9F8B
Black with #AC9F8B
Text Example
Text Example
White with #AC9F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9F8B; }
p { color: rgb(172,159,139); }
H1.HeaderClassName
{
color: #AC9F8B;
}
.AnyTagClassName
{
color: #AC9F8B;
}
</style>
background-color css
<style>
a { background-color: #AC9F8B; }
a { background-color: rgb(172,159,139); }
div.DivClassName
{
background-color: #AC9F8B;
}
.BgClassName
{
background-color: #AC9F8B;
}
</style>
border-color css
<style>
span { border-color: #AC9F8B; }
span { border-color: rgb(172,159,139); }
td.TdClassName
{
border-color: #AC9F8B;
}
.TagClassName
{
border-color: #AC9F8B;
}
</style>