Shades of Napa #ABA38C
Tints of Napa #ABA38C
RGB
CMYK
RGB Variations
Color information
#ABA38C (or 0xABA38C) is known color: Napa. HEX triplet: AB, A3 and 8C. RGB value is (171,163,140). Sum of RGB (Red+Green+Blue) = 171+163+140=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA38C is #545C73. Grayscale: #A2A2A2. Windows color (decimal): -5528692 or 9216939. OLE color: 9216939.
HSL color Cylindrical-coordinate representation of color #ABA38C: hue angle of 44.52º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABA38C is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 140 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.33 |
| HSL | 44.52º | 0.16% | 0.61% | - |
| HSV(B) | 44.52º | 0.18% | 0.67% | - |
| XYZ | 34.63 | 36.75 | 30.08 | - |
| YUV | 162.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 140 | 0 | 0.05 | 0.18 | 0.33 | 44.52 | 0.16 | 0.61 |
| Hex | AB | A3 | 8C | 0 | 5 | 12 | 21 | 2D | 10 | 3D |
| Octal | 253 | 243 | 214 | 0 | 5 | 22 | 41 | 55 | 20 | 75 |
| Binary | 10101011 | 10100011 | 10001100 | 0 | 101 | 10010 | 100001 | 101101 | 10000 | 111101 |
Color Harmonies of #ABA38C
Complementary color
Monochromatic Colors of #ABA38C
Black with #ABA38C
Text Example
Text Example
White with #ABA38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA38C; }
p { color: rgb(171,163,140); }
H1.HeaderClassName
{
color: #ABA38C;
}
.AnyTagClassName
{
color: #ABA38C;
}
</style>
background-color css
<style>
a { background-color: #ABA38C; }
a { background-color: rgb(171,163,140); }
div.DivClassName
{
background-color: #ABA38C;
}
.BgClassName
{
background-color: #ABA38C;
}
</style>
border-color css
<style>
span { border-color: #ABA38C; }
span { border-color: rgb(171,163,140); }
td.TdClassName
{
border-color: #ABA38C;
}
.TagClassName
{
border-color: #ABA38C;
}
</style>