Shades of Napa #A89F85
Tints of Napa #A89F85
RGB
CMYK
RGB Variations
Color information
#A89F85 (or 0xA89F85) is known color: Napa. HEX triplet: A8, 9F and 85. RGB value is (168,159,133). Sum of RGB (Red+Green+Blue) = 168+159+133=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89F85 is #57607A. Grayscale: #9E9E9E. Windows color (decimal): -5726331 or 8757160. OLE color: 8757160.
HSL color Cylindrical-coordinate representation of color #A89F85: hue angle of 44.57º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A89F85 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 159 | 133 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.34 |
| HSL | 44.57º | 0.17% | 0.59% | - |
| HSV(B) | 44.57º | 0.21% | 0.66% | - |
| XYZ | 32.78 | 34.81 | 27.18 | - |
| YUV | 158.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 133 | 0 | 0.05 | 0.21 | 0.34 | 44.57 | 0.17 | 0.59 |
| Hex | A8 | 9F | 85 | 0 | 5 | 15 | 22 | 2D | 11 | 3B |
| Octal | 250 | 237 | 205 | 0 | 5 | 25 | 42 | 55 | 21 | 73 |
| Binary | 10101000 | 10011111 | 10000101 | 0 | 101 | 10101 | 100010 | 101101 | 10001 | 111011 |
Color Harmonies of #A89F85
Complementary color
Monochromatic Colors of #A89F85
Black with #A89F85
Text Example
Text Example
White with #A89F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89F85; }
p { color: rgb(168,159,133); }
H1.HeaderClassName
{
color: #A89F85;
}
.AnyTagClassName
{
color: #A89F85;
}
</style>
background-color css
<style>
a { background-color: #A89F85; }
a { background-color: rgb(168,159,133); }
div.DivClassName
{
background-color: #A89F85;
}
.BgClassName
{
background-color: #A89F85;
}
</style>
border-color css
<style>
span { border-color: #A89F85; }
span { border-color: rgb(168,159,133); }
td.TdClassName
{
border-color: #A89F85;
}
.TagClassName
{
border-color: #A89F85;
}
</style>