Shades of Napa #ABA18E
Tints of Napa #ABA18E
RGB
CMYK
RGB Variations
Color information
#ABA18E (or 0xABA18E) is known color: Napa. HEX triplet: AB, A1 and 8E. RGB value is (171,161,142). Sum of RGB (Red+Green+Blue) = 171+161+142=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA18E is #545E71. Grayscale: #A1A1A1. Windows color (decimal): -5529202 or 9347499. OLE color: 9347499.
HSL color Cylindrical-coordinate representation of color #ABA18E: hue angle of 39.31º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABA18E is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 142 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.33 |
| HSL | 39.31º | 0.15% | 0.61% | - |
| HSV(B) | 39.31º | 0.17% | 0.67% | - |
| XYZ | 34.42 | 36.1 | 30.75 | - |
| YUV | 161.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 142 | 0 | 0.06 | 0.17 | 0.33 | 39.31 | 0.15 | 0.61 |
| Hex | AB | A1 | 8E | 0 | 6 | 11 | 21 | 27 | F | 3D |
| Octal | 253 | 241 | 216 | 0 | 6 | 21 | 41 | 47 | 17 | 75 |
| Binary | 10101011 | 10100001 | 10001110 | 0 | 110 | 10001 | 100001 | 100111 | 1111 | 111101 |
Color Harmonies of #ABA18E
Complementary color
Monochromatic Colors of #ABA18E
Black with #ABA18E
Text Example
Text Example
White with #ABA18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA18E; }
p { color: rgb(171,161,142); }
H1.HeaderClassName
{
color: #ABA18E;
}
.AnyTagClassName
{
color: #ABA18E;
}
</style>
background-color css
<style>
a { background-color: #ABA18E; }
a { background-color: rgb(171,161,142); }
div.DivClassName
{
background-color: #ABA18E;
}
.BgClassName
{
background-color: #ABA18E;
}
</style>
border-color css
<style>
span { border-color: #ABA18E; }
span { border-color: rgb(171,161,142); }
td.TdClassName
{
border-color: #ABA18E;
}
.TagClassName
{
border-color: #ABA18E;
}
</style>