Shades of Napa #ABA28B
Tints of Napa #ABA28B
RGB
CMYK
RGB Variations
Color information
#ABA28B (or 0xABA28B) is known color: Napa. HEX triplet: AB, A2 and 8B. RGB value is (171,162,139). Sum of RGB (Red+Green+Blue) = 171+162+139=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA28B is #545D74. Grayscale: #A2A2A2. Windows color (decimal): -5528949 or 9151147. OLE color: 9151147.
HSL color Cylindrical-coordinate representation of color #ABA28B: hue angle of 43.12º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABA28B is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 139 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.33 |
| HSL | 43.13º | 0.16% | 0.61% | - |
| HSV(B) | 43.13º | 0.19% | 0.67% | - |
| XYZ | 34.38 | 36.36 | 29.63 | - |
| YUV | 162.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 139 | 0 | 0.05 | 0.19 | 0.33 | 43.13 | 0.16 | 0.61 |
| Hex | AB | A2 | 8B | 0 | 5 | 13 | 21 | 2B | 10 | 3D |
| Octal | 253 | 242 | 213 | 0 | 5 | 23 | 41 | 53 | 20 | 75 |
| Binary | 10101011 | 10100010 | 10001011 | 0 | 101 | 10011 | 100001 | 101011 | 10000 | 111101 |
Color Harmonies of #ABA28B
Complementary color
Monochromatic Colors of #ABA28B
Black with #ABA28B
Text Example
Text Example
White with #ABA28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA28B; }
p { color: rgb(171,162,139); }
H1.HeaderClassName
{
color: #ABA28B;
}
.AnyTagClassName
{
color: #ABA28B;
}
</style>
background-color css
<style>
a { background-color: #ABA28B; }
a { background-color: rgb(171,162,139); }
div.DivClassName
{
background-color: #ABA28B;
}
.BgClassName
{
background-color: #ABA28B;
}
</style>
border-color css
<style>
span { border-color: #ABA28B; }
span { border-color: rgb(171,162,139); }
td.TdClassName
{
border-color: #ABA28B;
}
.TagClassName
{
border-color: #ABA28B;
}
</style>