Shades of Napa #ABA28A
Tints of Napa #ABA28A
RGB
CMYK
RGB Variations
Color information
#ABA28A (or 0xABA28A) is known color: Napa. HEX triplet: AB, A2 and 8A. RGB value is (171,162,138). Sum of RGB (Red+Green+Blue) = 171+162+138=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA28A is #545D75. Grayscale: #A2A2A2. Windows color (decimal): -5528950 or 9085611. OLE color: 9085611.
HSL color Cylindrical-coordinate representation of color #ABA28A: hue angle of 43.64º 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 #ABA28A is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 138 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.33 |
| HSL | 43.64º | 0.16% | 0.61% | - |
| HSV(B) | 43.64º | 0.19% | 0.67% | - |
| XYZ | 34.3 | 36.33 | 29.25 | - |
| YUV | 161.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 138 | 0 | 0.05 | 0.19 | 0.33 | 43.64 | 0.16 | 0.61 |
| Hex | AB | A2 | 8A | 0 | 5 | 13 | 21 | 2C | 10 | 3D |
| Octal | 253 | 242 | 212 | 0 | 5 | 23 | 41 | 54 | 20 | 75 |
| Binary | 10101011 | 10100010 | 10001010 | 0 | 101 | 10011 | 100001 | 101100 | 10000 | 111101 |
Color Harmonies of #ABA28A
Complementary color
Monochromatic Colors of #ABA28A
Black with #ABA28A
Text Example
Text Example
White with #ABA28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA28A; }
p { color: rgb(171,162,138); }
H1.HeaderClassName
{
color: #ABA28A;
}
.AnyTagClassName
{
color: #ABA28A;
}
</style>
background-color css
<style>
a { background-color: #ABA28A; }
a { background-color: rgb(171,162,138); }
div.DivClassName
{
background-color: #ABA28A;
}
.BgClassName
{
background-color: #ABA28A;
}
</style>
border-color css
<style>
span { border-color: #ABA28A; }
span { border-color: rgb(171,162,138); }
td.TdClassName
{
border-color: #ABA28A;
}
.TagClassName
{
border-color: #ABA28A;
}
</style>