Shades of Napa #AB9F83
Tints of Napa #AB9F83
RGB
CMYK
RGB Variations
Color information
#AB9F83 (or 0xAB9F83) is known color: Napa. HEX triplet: AB, 9F and 83. RGB value is (171,159,131). Sum of RGB (Red+Green+Blue) = 171+159+131=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9F83 is #54607C. Grayscale: #9F9F9F. Windows color (decimal): -5529725 or 8626091. OLE color: 8626091.
HSL color Cylindrical-coordinate representation of color #AB9F83: hue angle of 42º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB9F83 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 131 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.33 |
| HSL | 42º | 0.19% | 0.59% | - |
| HSV(B) | 42º | 0.23% | 0.67% | - |
| XYZ | 33.29 | 35.09 | 26.49 | - |
| YUV | 159.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 131 | 0 | 0.07 | 0.23 | 0.33 | 42 | 0.19 | 0.59 |
| Hex | AB | 9F | 83 | 0 | 7 | 17 | 21 | 2A | 13 | 3B |
| Octal | 253 | 237 | 203 | 0 | 7 | 27 | 41 | 52 | 23 | 73 |
| Binary | 10101011 | 10011111 | 10000011 | 0 | 111 | 10111 | 100001 | 101010 | 10011 | 111011 |
Color Harmonies of #AB9F83
Complementary color
Monochromatic Colors of #AB9F83
Black with #AB9F83
Text Example
Text Example
White with #AB9F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F83; }
p { color: rgb(171,159,131); }
H1.HeaderClassName
{
color: #AB9F83;
}
.AnyTagClassName
{
color: #AB9F83;
}
</style>
background-color css
<style>
a { background-color: #AB9F83; }
a { background-color: rgb(171,159,131); }
div.DivClassName
{
background-color: #AB9F83;
}
.BgClassName
{
background-color: #AB9F83;
}
</style>
border-color css
<style>
span { border-color: #AB9F83; }
span { border-color: rgb(171,159,131); }
td.TdClassName
{
border-color: #AB9F83;
}
.TagClassName
{
border-color: #AB9F83;
}
</style>