Shades of Napa #A99E8C
Tints of Napa #A99E8C
RGB
CMYK
RGB Variations
Color information
#A99E8C (or 0xA99E8C) is known color: Napa. HEX triplet: A9, 9E and 8C. RGB value is (169,158,140). Sum of RGB (Red+Green+Blue) = 169+158+140=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99E8C is #566173. Grayscale: #9F9F9F. Windows color (decimal): -5661044 or 9215657. OLE color: 9215657.
HSL color Cylindrical-coordinate representation of color #A99E8C: hue angle of 37.24º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A99E8C is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 158 | 140 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.34 |
| HSL | 37.24º | 0.14% | 0.61% | - |
| HSV(B) | 37.24º | 0.17% | 0.66% | - |
| XYZ | 33.32 | 34.78 | 29.77 | - |
| YUV | 159.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 140 | 0 | 0.07 | 0.17 | 0.34 | 37.24 | 0.14 | 0.61 |
| Hex | A9 | 9E | 8C | 0 | 7 | 11 | 22 | 25 | E | 3D |
| Octal | 251 | 236 | 214 | 0 | 7 | 21 | 42 | 45 | 16 | 75 |
| Binary | 10101001 | 10011110 | 10001100 | 0 | 111 | 10001 | 100010 | 100101 | 1110 | 111101 |
Color Harmonies of #A99E8C
Complementary color
Monochromatic Colors of #A99E8C
Black with #A99E8C
Text Example
Text Example
White with #A99E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99E8C; }
p { color: rgb(169,158,140); }
H1.HeaderClassName
{
color: #A99E8C;
}
.AnyTagClassName
{
color: #A99E8C;
}
</style>
background-color css
<style>
a { background-color: #A99E8C; }
a { background-color: rgb(169,158,140); }
div.DivClassName
{
background-color: #A99E8C;
}
.BgClassName
{
background-color: #A99E8C;
}
</style>
border-color css
<style>
span { border-color: #A99E8C; }
span { border-color: rgb(169,158,140); }
td.TdClassName
{
border-color: #A99E8C;
}
.TagClassName
{
border-color: #A99E8C;
}
</style>