Shades of Napa #A8A192
Tints of Napa #A8A192
RGB
CMYK
RGB Variations
Color information
#A8A192 (or 0xA8A192) is known color: Napa. HEX triplet: A8, A1 and 92. RGB value is (168,161,146). Sum of RGB (Red+Green+Blue) = 168+161+146=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A192 is #575E6D. Grayscale: #A1A1A1. Windows color (decimal): -5725806 or 9609640. OLE color: 9609640.
HSL color Cylindrical-coordinate representation of color #A8A192: hue angle of 40.91º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8A192 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 161 | 146 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.34 |
| HSL | 40.91º | 0.11% | 0.62% | - |
| HSV(B) | 40.91º | 0.13% | 0.66% | - |
| XYZ | 34.08 | 35.89 | 32.33 | - |
| YUV | 161.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 161 | 146 | 0 | 0.04 | 0.13 | 0.34 | 40.91 | 0.11 | 0.62 |
| Hex | A8 | A1 | 92 | 0 | 4 | D | 22 | 29 | B | 3E |
| Octal | 250 | 241 | 222 | 0 | 4 | 15 | 42 | 51 | 13 | 76 |
| Binary | 10101000 | 10100001 | 10010010 | 0 | 100 | 1101 | 100010 | 101001 | 1011 | 111110 |
Color Harmonies of #A8A192
Complementary color
Monochromatic Colors of #A8A192
Black with #A8A192
Text Example
Text Example
White with #A8A192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A192; }
p { color: rgb(168,161,146); }
H1.HeaderClassName
{
color: #A8A192;
}
.AnyTagClassName
{
color: #A8A192;
}
</style>
background-color css
<style>
a { background-color: #A8A192; }
a { background-color: rgb(168,161,146); }
div.DivClassName
{
background-color: #A8A192;
}
.BgClassName
{
background-color: #A8A192;
}
</style>
border-color css
<style>
span { border-color: #A8A192; }
span { border-color: rgb(168,161,146); }
td.TdClassName
{
border-color: #A8A192;
}
.TagClassName
{
border-color: #A8A192;
}
</style>