Shades of Napa #AB9F85
Tints of Napa #AB9F85
RGB
CMYK
RGB Variations
Color information
#AB9F85 (or 0xAB9F85) is known color: Napa. HEX triplet: AB, 9F and 85. RGB value is (171,159,133). Sum of RGB (Red+Green+Blue) = 171+159+133=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9F85 is #54607A. Grayscale: #9F9F9F. Windows color (decimal): -5529723 or 8757163. OLE color: 8757163.
HSL color Cylindrical-coordinate representation of color #AB9F85: hue angle of 41.05º 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 #AB9F85 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 133 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.33 |
| HSL | 41.05º | 0.18% | 0.6% | - |
| HSV(B) | 41.05º | 0.22% | 0.67% | - |
| XYZ | 33.43 | 35.15 | 27.21 | - |
| YUV | 159.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 133 | 0 | 0.07 | 0.22 | 0.33 | 41.05 | 0.18 | 0.6 |
| Hex | AB | 9F | 85 | 0 | 7 | 16 | 21 | 29 | 12 | 3C |
| Octal | 253 | 237 | 205 | 0 | 7 | 26 | 41 | 51 | 22 | 74 |
| Binary | 10101011 | 10011111 | 10000101 | 0 | 111 | 10110 | 100001 | 101001 | 10010 | 111100 |
Color Harmonies of #AB9F85
Complementary color
Monochromatic Colors of #AB9F85
Black with #AB9F85
Text Example
Text Example
White with #AB9F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F85; }
p { color: rgb(171,159,133); }
H1.HeaderClassName
{
color: #AB9F85;
}
.AnyTagClassName
{
color: #AB9F85;
}
</style>
background-color css
<style>
a { background-color: #AB9F85; }
a { background-color: rgb(171,159,133); }
div.DivClassName
{
background-color: #AB9F85;
}
.BgClassName
{
background-color: #AB9F85;
}
</style>
border-color css
<style>
span { border-color: #AB9F85; }
span { border-color: rgb(171,159,133); }
td.TdClassName
{
border-color: #AB9F85;
}
.TagClassName
{
border-color: #AB9F85;
}
</style>