Shades of Napa #AB9E8A
Tints of Napa #AB9E8A
RGB
CMYK
RGB Variations
Color information
#AB9E8A (or 0xAB9E8A) is known color: Napa. HEX triplet: AB, 9E and 8A. RGB value is (171,158,138). Sum of RGB (Red+Green+Blue) = 171+158+138=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9E8A is #546175. Grayscale: #9F9F9F. Windows color (decimal): -5529974 or 9084587. OLE color: 9084587.
HSL color Cylindrical-coordinate representation of color #AB9E8A: hue angle of 36.36º 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 #AB9E8A is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 158 | 138 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.33 |
| HSL | 36.36º | 0.16% | 0.61% | - |
| HSV(B) | 36.36º | 0.19% | 0.67% | - |
| XYZ | 33.61 | 34.95 | 29.02 | - |
| YUV | 159.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 138 | 0 | 0.08 | 0.19 | 0.33 | 36.36 | 0.16 | 0.61 |
| Hex | AB | 9E | 8A | 0 | 8 | 13 | 21 | 24 | 10 | 3D |
| Octal | 253 | 236 | 212 | 0 | 10 | 23 | 41 | 44 | 20 | 75 |
| Binary | 10101011 | 10011110 | 10001010 | 0 | 1000 | 10011 | 100001 | 100100 | 10000 | 111101 |
Color Harmonies of #AB9E8A
Complementary color
Monochromatic Colors of #AB9E8A
Black with #AB9E8A
Text Example
Text Example
White with #AB9E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9E8A; }
p { color: rgb(171,158,138); }
H1.HeaderClassName
{
color: #AB9E8A;
}
.AnyTagClassName
{
color: #AB9E8A;
}
</style>
background-color css
<style>
a { background-color: #AB9E8A; }
a { background-color: rgb(171,158,138); }
div.DivClassName
{
background-color: #AB9E8A;
}
.BgClassName
{
background-color: #AB9E8A;
}
</style>
border-color css
<style>
span { border-color: #AB9E8A; }
span { border-color: rgb(171,158,138); }
td.TdClassName
{
border-color: #AB9E8A;
}
.TagClassName
{
border-color: #AB9E8A;
}
</style>