Shades of Napa #A8A087
Tints of Napa #A8A087
RGB
CMYK
RGB Variations
Color information
#A8A087 (or 0xA8A087) is known color: Napa. HEX triplet: A8, A0 and 87. RGB value is (168,160,135). Sum of RGB (Red+Green+Blue) = 168+160+135=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A087 is #575F78. Grayscale: #9F9F9F. Windows color (decimal): -5726073 or 8888488. OLE color: 8888488.
HSL color Cylindrical-coordinate representation of color #A8A087: hue angle of 45.45º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8A087 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 160 | 135 | - |
CMYK | 0 | 0.05 | 0.20 | 0.34 |
HSL | 45.45º | 0.16% | 0.59% | - |
HSV(B) | 45.45º | 0.2% | 0.66% | - |
XYZ | 33.09 | 35.22 | 27.97 | - |
YUV | 159.54 | 114.15 | 134.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 160 | 135 | 0 | 0.05 | 0.20 | 0.34 | 45.45 | 0.16 | 0.59 |
Hex | A8 | A0 | 87 | 0 | 5 | 14 | 22 | 2D | 10 | 3B |
Octal | 250 | 240 | 207 | 0 | 5 | 24 | 42 | 55 | 20 | 73 |
Binary | 10101000 | 10100000 | 10000111 | 0 | 101 | 10100 | 100010 | 101101 | 10000 | 111011 |
Color Harmonies of #A8A087
Complementary color
Monochromatic Colors of #A8A087
Black with #A8A087
Text Example
Text Example
White with #A8A087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A087; }
p { color: rgb(168,160,135); }
H1.HeaderClassName
{
color: #A8A087;
}
.AnyTagClassName
{
color: #A8A087;
}
</style>
background-color css
<style>
a { background-color: #A8A087; }
a { background-color: rgb(168,160,135); }
div.DivClassName
{
background-color: #A8A087;
}
.BgClassName
{
background-color: #A8A087;
}
</style>
border-color css
<style>
span { border-color: #A8A087; }
span { border-color: rgb(168,160,135); }
td.TdClassName
{
border-color: #A8A087;
}
.TagClassName
{
border-color: #A8A087;
}
</style>