Shades of Napa #AB9F86
Tints of Napa #AB9F86
RGB
CMYK
RGB Variations
Color information
#AB9F86 (or 0xAB9F86) is known color: Napa. HEX triplet: AB, 9F and 86. RGB value is (171,159,134). Sum of RGB (Red+Green+Blue) = 171+159+134=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9F86 is #546079. Grayscale: #9F9F9F. Windows color (decimal): -5529722 or 8822699. OLE color: 8822699.
HSL color Cylindrical-coordinate representation of color #AB9F86: hue angle of 40.54º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB9F86 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 134 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.33 |
| HSL | 40.54º | 0.18% | 0.6% | - |
| HSV(B) | 40.54º | 0.22% | 0.67% | - |
| XYZ | 33.5 | 35.18 | 27.58 | - |
| YUV | 159.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 134 | 0 | 0.07 | 0.22 | 0.33 | 40.54 | 0.18 | 0.6 |
| Hex | AB | 9F | 86 | 0 | 7 | 16 | 21 | 29 | 12 | 3C |
| Octal | 253 | 237 | 206 | 0 | 7 | 26 | 41 | 51 | 22 | 74 |
| Binary | 10101011 | 10011111 | 10000110 | 0 | 111 | 10110 | 100001 | 101001 | 10010 | 111100 |
Color Harmonies of #AB9F86
Complementary color
Monochromatic Colors of #AB9F86
Black with #AB9F86
Text Example
Text Example
White with #AB9F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F86; }
p { color: rgb(171,159,134); }
H1.HeaderClassName
{
color: #AB9F86;
}
.AnyTagClassName
{
color: #AB9F86;
}
</style>
background-color css
<style>
a { background-color: #AB9F86; }
a { background-color: rgb(171,159,134); }
div.DivClassName
{
background-color: #AB9F86;
}
.BgClassName
{
background-color: #AB9F86;
}
</style>
border-color css
<style>
span { border-color: #AB9F86; }
span { border-color: rgb(171,159,134); }
td.TdClassName
{
border-color: #AB9F86;
}
.TagClassName
{
border-color: #AB9F86;
}
</style>