Shades of Napa #A89E90
Tints of Napa #A89E90
RGB
CMYK
RGB Variations
Color information
#A89E90 (or 0xA89E90) is known color: Napa. HEX triplet: A8, 9E and 90. RGB value is (168,158,144). Sum of RGB (Red+Green+Blue) = 168+158+144=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 168 - color contains mainly: red. Hex color #A89E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89E90 is #57616F. Grayscale: #9F9F9F. Windows color (decimal): -5726576 or 9477800. OLE color: 9477800.
HSL color Cylindrical-coordinate representation of color #A89E90: hue angle of 35º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A89E90 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 158 | 144 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.34 |
| HSL | 35º | 0.12% | 0.61% | - |
| HSV(B) | 35º | 0.14% | 0.66% | - |
| XYZ | 33.41 | 34.79 | 31.34 | - |
| YUV | 159.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 144 | 0 | 0.06 | 0.14 | 0.34 | 35 | 0.12 | 0.61 |
| Hex | A8 | 9E | 90 | 0 | 6 | E | 22 | 23 | C | 3D |
| Octal | 250 | 236 | 220 | 0 | 6 | 16 | 42 | 43 | 14 | 75 |
| Binary | 10101000 | 10011110 | 10010000 | 0 | 110 | 1110 | 100010 | 100011 | 1100 | 111101 |
Color Harmonies of #A89E90
Complementary color
Monochromatic Colors of #A89E90
Black with #A89E90
Text Example
Text Example
White with #A89E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89E90; }
p { color: rgb(168,158,144); }
H1.HeaderClassName
{
color: #A89E90;
}
.AnyTagClassName
{
color: #A89E90;
}
</style>
background-color css
<style>
a { background-color: #A89E90; }
a { background-color: rgb(168,158,144); }
div.DivClassName
{
background-color: #A89E90;
}
.BgClassName
{
background-color: #A89E90;
}
</style>
border-color css
<style>
span { border-color: #A89E90; }
span { border-color: rgb(168,158,144); }
td.TdClassName
{
border-color: #A89E90;
}
.TagClassName
{
border-color: #A89E90;
}
</style>