Shades of Napa #A99E8E
Tints of Napa #A99E8E
RGB
CMYK
RGB Variations
Color information
#A99E8E (or 0xA99E8E) is known color: Napa. HEX triplet: A9, 9E and 8E. RGB value is (169,158,142). Sum of RGB (Red+Green+Blue) = 169+158+142=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99E8E is #566171. Grayscale: #9F9F9F. Windows color (decimal): -5661042 or 9346729. OLE color: 9346729.
HSL color Cylindrical-coordinate representation of color #A99E8E: hue angle of 35.56º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A99E8E is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 158 | 142 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.34 |
| HSL | 35.56º | 0.14% | 0.61% | - |
| HSV(B) | 35.56º | 0.16% | 0.66% | - |
| XYZ | 33.47 | 34.84 | 30.55 | - |
| YUV | 159.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 142 | 0 | 0.07 | 0.16 | 0.34 | 35.56 | 0.14 | 0.61 |
| Hex | A9 | 9E | 8E | 0 | 7 | 10 | 22 | 24 | E | 3D |
| Octal | 251 | 236 | 216 | 0 | 7 | 20 | 42 | 44 | 16 | 75 |
| Binary | 10101001 | 10011110 | 10001110 | 0 | 111 | 10000 | 100010 | 100100 | 1110 | 111101 |
Color Harmonies of #A99E8E
Complementary color
Monochromatic Colors of #A99E8E
Black with #A99E8E
Text Example
Text Example
White with #A99E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99E8E; }
p { color: rgb(169,158,142); }
H1.HeaderClassName
{
color: #A99E8E;
}
.AnyTagClassName
{
color: #A99E8E;
}
</style>
background-color css
<style>
a { background-color: #A99E8E; }
a { background-color: rgb(169,158,142); }
div.DivClassName
{
background-color: #A99E8E;
}
.BgClassName
{
background-color: #A99E8E;
}
</style>
border-color css
<style>
span { border-color: #A99E8E; }
span { border-color: rgb(169,158,142); }
td.TdClassName
{
border-color: #A99E8E;
}
.TagClassName
{
border-color: #A99E8E;
}
</style>