Shades of Napa #ABA28E
Tints of Napa #ABA28E
RGB
CMYK
RGB Variations
Color information
#ABA28E (or 0xABA28E) is known color: Napa. HEX triplet: AB, A2 and 8E. RGB value is (171,162,142). Sum of RGB (Red+Green+Blue) = 171+162+142=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA28E is #545D71. Grayscale: #A2A2A2. Windows color (decimal): -5528946 or 9347755. OLE color: 9347755.
HSL color Cylindrical-coordinate representation of color #ABA28E: hue angle of 41.38º 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 #ABA28E is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 142 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.33 |
| HSL | 41.38º | 0.15% | 0.61% | - |
| HSV(B) | 41.38º | 0.17% | 0.67% | - |
| XYZ | 34.6 | 36.45 | 30.8 | - |
| YUV | 162.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 142 | 0 | 0.05 | 0.17 | 0.33 | 41.38 | 0.15 | 0.61 |
| Hex | AB | A2 | 8E | 0 | 5 | 11 | 21 | 29 | F | 3D |
| Octal | 253 | 242 | 216 | 0 | 5 | 21 | 41 | 51 | 17 | 75 |
| Binary | 10101011 | 10100010 | 10001110 | 0 | 101 | 10001 | 100001 | 101001 | 1111 | 111101 |
Color Harmonies of #ABA28E
Complementary color
Monochromatic Colors of #ABA28E
Black with #ABA28E
Text Example
Text Example
White with #ABA28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA28E; }
p { color: rgb(171,162,142); }
H1.HeaderClassName
{
color: #ABA28E;
}
.AnyTagClassName
{
color: #ABA28E;
}
</style>
background-color css
<style>
a { background-color: #ABA28E; }
a { background-color: rgb(171,162,142); }
div.DivClassName
{
background-color: #ABA28E;
}
.BgClassName
{
background-color: #ABA28E;
}
</style>
border-color css
<style>
span { border-color: #ABA28E; }
span { border-color: rgb(171,162,142); }
td.TdClassName
{
border-color: #ABA28E;
}
.TagClassName
{
border-color: #ABA28E;
}
</style>