Shades of Napa #ABA191
Tints of Napa #ABA191
RGB
CMYK
RGB Variations
Color information
#ABA191 (or 0xABA191) is known color: Napa. HEX triplet: AB, A1 and 91. RGB value is (171,161,145). Sum of RGB (Red+Green+Blue) = 171+161+145=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA191 is #545E6E. Grayscale: #A2A2A2. Windows color (decimal): -5529199 or 9544107. OLE color: 9544107.
HSL color Cylindrical-coordinate representation of color #ABA191: hue angle of 36.92º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABA191 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 145 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.33 |
| HSL | 36.92º | 0.13% | 0.62% | - |
| HSV(B) | 36.92º | 0.15% | 0.67% | - |
| XYZ | 34.65 | 36.19 | 31.95 | - |
| YUV | 162.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 145 | 0 | 0.06 | 0.15 | 0.33 | 36.92 | 0.13 | 0.62 |
| Hex | AB | A1 | 91 | 0 | 6 | F | 21 | 25 | D | 3E |
| Octal | 253 | 241 | 221 | 0 | 6 | 17 | 41 | 45 | 15 | 76 |
| Binary | 10101011 | 10100001 | 10010001 | 0 | 110 | 1111 | 100001 | 100101 | 1101 | 111110 |
Color Harmonies of #ABA191
Complementary color
Monochromatic Colors of #ABA191
Black with #ABA191
Text Example
Text Example
White with #ABA191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA191; }
p { color: rgb(171,161,145); }
H1.HeaderClassName
{
color: #ABA191;
}
.AnyTagClassName
{
color: #ABA191;
}
</style>
background-color css
<style>
a { background-color: #ABA191; }
a { background-color: rgb(171,161,145); }
div.DivClassName
{
background-color: #ABA191;
}
.BgClassName
{
background-color: #ABA191;
}
</style>
border-color css
<style>
span { border-color: #ABA191; }
span { border-color: rgb(171,161,145); }
td.TdClassName
{
border-color: #ABA191;
}
.TagClassName
{
border-color: #ABA191;
}
</style>