Shades of Napa #A89F93
Tints of Napa #A89F93
RGB
CMYK
RGB Variations
Color information
#A89F93 (or 0xA89F93) is known color: Napa. HEX triplet: A8, 9F and 93. RGB value is (168,159,147). Sum of RGB (Red+Green+Blue) = 168+159+147=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89F93 is #57606C. Grayscale: #A0A0A0. Windows color (decimal): -5726317 or 9674664. OLE color: 9674664.
HSL color Cylindrical-coordinate representation of color #A89F93: hue angle of 34.29º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A89F93 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 159 | 147 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.34 |
| HSL | 34.29º | 0.11% | 0.62% | - |
| HSV(B) | 34.29º | 0.13% | 0.66% | - |
| XYZ | 33.81 | 35.23 | 32.62 | - |
| YUV | 160.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 147 | 0 | 0.05 | 0.13 | 0.34 | 34.29 | 0.11 | 0.62 |
| Hex | A8 | 9F | 93 | 0 | 5 | D | 22 | 22 | B | 3E |
| Octal | 250 | 237 | 223 | 0 | 5 | 15 | 42 | 42 | 13 | 76 |
| Binary | 10101000 | 10011111 | 10010011 | 0 | 101 | 1101 | 100010 | 100010 | 1011 | 111110 |
Color Harmonies of #A89F93
Complementary color
Monochromatic Colors of #A89F93
Black with #A89F93
Text Example
Text Example
White with #A89F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89F93; }
p { color: rgb(168,159,147); }
H1.HeaderClassName
{
color: #A89F93;
}
.AnyTagClassName
{
color: #A89F93;
}
</style>
background-color css
<style>
a { background-color: #A89F93; }
a { background-color: rgb(168,159,147); }
div.DivClassName
{
background-color: #A89F93;
}
.BgClassName
{
background-color: #A89F93;
}
</style>
border-color css
<style>
span { border-color: #A89F93; }
span { border-color: rgb(168,159,147); }
td.TdClassName
{
border-color: #A89F93;
}
.TagClassName
{
border-color: #A89F93;
}
</style>