Shades of Napa #A8A08A
Tints of Napa #A8A08A
RGB
CMYK
RGB Variations
Color information
#A8A08A (or 0xA8A08A) is known color: Napa. HEX triplet: A8, A0 and 8A. RGB value is (168,160,138). Sum of RGB (Red+Green+Blue) = 168+160+138=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A08A is #575F75. Grayscale: #9F9F9F. Windows color (decimal): -5726070 or 9085096. OLE color: 9085096.
HSL color Cylindrical-coordinate representation of color #A8A08A: hue angle of 44º 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 #A8A08A is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 160 | 138 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.34 |
| HSL | 44º | 0.15% | 0.6% | - |
| HSV(B) | 44º | 0.18% | 0.66% | - |
| XYZ | 33.31 | 35.3 | 29.1 | - |
| YUV | 159.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 138 | 0 | 0.05 | 0.18 | 0.34 | 44 | 0.15 | 0.6 |
| Hex | A8 | A0 | 8A | 0 | 5 | 12 | 22 | 2C | F | 3C |
| Octal | 250 | 240 | 212 | 0 | 5 | 22 | 42 | 54 | 17 | 74 |
| Binary | 10101000 | 10100000 | 10001010 | 0 | 101 | 10010 | 100010 | 101100 | 1111 | 111100 |
Color Harmonies of #A8A08A
Complementary color
Monochromatic Colors of #A8A08A
Black with #A8A08A
Text Example
Text Example
White with #A8A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A08A; }
p { color: rgb(168,160,138); }
H1.HeaderClassName
{
color: #A8A08A;
}
.AnyTagClassName
{
color: #A8A08A;
}
</style>
background-color css
<style>
a { background-color: #A8A08A; }
a { background-color: rgb(168,160,138); }
div.DivClassName
{
background-color: #A8A08A;
}
.BgClassName
{
background-color: #A8A08A;
}
</style>
border-color css
<style>
span { border-color: #A8A08A; }
span { border-color: rgb(168,160,138); }
td.TdClassName
{
border-color: #A8A08A;
}
.TagClassName
{
border-color: #A8A08A;
}
</style>