Shades of Napa #A89E88
Tints of Napa #A89E88
RGB
CMYK
RGB Variations
Color information
#A89E88 (or 0xA89E88) is known color: Napa. HEX triplet: A8, 9E and 88. RGB value is (168,158,136). Sum of RGB (Red+Green+Blue) = 168+158+136=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 168 - color contains mainly: red. Hex color #A89E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89E88 is #576177. Grayscale: #9E9E9E. Windows color (decimal): -5726584 or 8953512. OLE color: 8953512.
HSL color Cylindrical-coordinate representation of color #A89E88: hue angle of 41.25º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A89E88 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 158 | 136 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.34 |
| HSL | 41.25º | 0.16% | 0.6% | - |
| HSV(B) | 41.25º | 0.19% | 0.66% | - |
| XYZ | 32.82 | 34.56 | 28.23 | - |
| YUV | 158.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 136 | 0 | 0.06 | 0.19 | 0.34 | 41.25 | 0.16 | 0.6 |
| Hex | A8 | 9E | 88 | 0 | 6 | 13 | 22 | 29 | 10 | 3C |
| Octal | 250 | 236 | 210 | 0 | 6 | 23 | 42 | 51 | 20 | 74 |
| Binary | 10101000 | 10011110 | 10001000 | 0 | 110 | 10011 | 100010 | 101001 | 10000 | 111100 |
Color Harmonies of #A89E88
Complementary color
Monochromatic Colors of #A89E88
Black with #A89E88
Text Example
Text Example
White with #A89E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89E88; }
p { color: rgb(168,158,136); }
H1.HeaderClassName
{
color: #A89E88;
}
.AnyTagClassName
{
color: #A89E88;
}
</style>
background-color css
<style>
a { background-color: #A89E88; }
a { background-color: rgb(168,158,136); }
div.DivClassName
{
background-color: #A89E88;
}
.BgClassName
{
background-color: #A89E88;
}
</style>
border-color css
<style>
span { border-color: #A89E88; }
span { border-color: rgb(168,158,136); }
td.TdClassName
{
border-color: #A89E88;
}
.TagClassName
{
border-color: #A89E88;
}
</style>