Shades of Napa #A99E8B
Tints of Napa #A99E8B
RGB
CMYK
RGB Variations
Color information
#A99E8B (or 0xA99E8B) is known color: Napa. HEX triplet: A9, 9E and 8B. RGB value is (169,158,139). Sum of RGB (Red+Green+Blue) = 169+158+139=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99E8B is #566174. Grayscale: #9F9F9F. Windows color (decimal): -5661045 or 9150121. OLE color: 9150121.
HSL color Cylindrical-coordinate representation of color #A99E8B: hue angle of 38º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A99E8B is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 158 | 139 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.34 |
| HSL | 38º | 0.15% | 0.6% | - |
| HSV(B) | 38º | 0.18% | 0.66% | - |
| XYZ | 33.25 | 34.75 | 29.38 | - |
| YUV | 159.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 139 | 0 | 0.07 | 0.18 | 0.34 | 38 | 0.15 | 0.6 |
| Hex | A9 | 9E | 8B | 0 | 7 | 12 | 22 | 26 | F | 3C |
| Octal | 251 | 236 | 213 | 0 | 7 | 22 | 42 | 46 | 17 | 74 |
| Binary | 10101001 | 10011110 | 10001011 | 0 | 111 | 10010 | 100010 | 100110 | 1111 | 111100 |
Color Harmonies of #A99E8B
Complementary color
Monochromatic Colors of #A99E8B
Black with #A99E8B
Text Example
Text Example
White with #A99E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99E8B; }
p { color: rgb(169,158,139); }
H1.HeaderClassName
{
color: #A99E8B;
}
.AnyTagClassName
{
color: #A99E8B;
}
</style>
background-color css
<style>
a { background-color: #A99E8B; }
a { background-color: rgb(169,158,139); }
div.DivClassName
{
background-color: #A99E8B;
}
.BgClassName
{
background-color: #A99E8B;
}
</style>
border-color css
<style>
span { border-color: #A99E8B; }
span { border-color: rgb(169,158,139); }
td.TdClassName
{
border-color: #A99E8B;
}
.TagClassName
{
border-color: #A99E8B;
}
</style>