Shades of Napa #A8A08C
Tints of Napa #A8A08C
RGB
CMYK
RGB Variations
Color information
#A8A08C (or 0xA8A08C) is known color: Napa. HEX triplet: A8, A0 and 8C. RGB value is (168,160,140). Sum of RGB (Red+Green+Blue) = 168+160+140=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A08C is #575F73. Grayscale: #A0A0A0. Windows color (decimal): -5726068 or 9216168. OLE color: 9216168.
HSL color Cylindrical-coordinate representation of color #A8A08C: hue angle of 42.86º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8A08C is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 160 | 140 | - |
CMYK | 0 | 0.05 | 0.17 | 0.34 |
HSL | 42.86º | 0.14% | 0.6% | - |
HSV(B) | 42.86º | 0.17% | 0.66% | - |
XYZ | 33.45 | 35.36 | 29.87 | - |
YUV | 160.11 | 116.65 | 133.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 160 | 140 | 0 | 0.05 | 0.17 | 0.34 | 42.86 | 0.14 | 0.6 |
Hex | A8 | A0 | 8C | 0 | 5 | 11 | 22 | 2B | E | 3C |
Octal | 250 | 240 | 214 | 0 | 5 | 21 | 42 | 53 | 16 | 74 |
Binary | 10101000 | 10100000 | 10001100 | 0 | 101 | 10001 | 100010 | 101011 | 1110 | 111100 |
Color Harmonies of #A8A08C
Complementary color
Monochromatic Colors of #A8A08C
Black with #A8A08C
Text Example
Text Example
White with #A8A08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A08C; }
p { color: rgb(168,160,140); }
H1.HeaderClassName
{
color: #A8A08C;
}
.AnyTagClassName
{
color: #A8A08C;
}
</style>
background-color css
<style>
a { background-color: #A8A08C; }
a { background-color: rgb(168,160,140); }
div.DivClassName
{
background-color: #A8A08C;
}
.BgClassName
{
background-color: #A8A08C;
}
</style>
border-color css
<style>
span { border-color: #A8A08C; }
span { border-color: rgb(168,160,140); }
td.TdClassName
{
border-color: #A8A08C;
}
.TagClassName
{
border-color: #A8A08C;
}
</style>