#A9A08C

Color #A9A08C Napa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Napa #A9A08C

Tints of Napa #A9A08C

Color information

#A9A08C (or 0xA9A08C) is unknown color: approx Napa. HEX triplet: A9, A0 and 8C. RGB value is (169,160,140). Sum of RGB (Red+Green+Blue) = 169+160+140=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A08C is #565F73. Grayscale: #A0A0A0. Windows color (decimal): -5660532 or 9216169. OLE color: 9216169.

HSL color Cylindrical-coordinate representation of color #A9A08C: hue angle of 41.38º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9A08C is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB169160140-
CMYK00.050.170.34
HSL41.38º14.43%60.59%-
HSV(B)41.38º17.16%66.27%-
XYZ33.6735.4729.88-
YUV160.41116.48134.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 36.03%
GREEN value IS 160 (62.89% from 255) = 34.12%
BLUE value IS 140 (55.08% from 255) = 29.85%
R=36.03%
G=34.12%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916014000.050.170.3441.3814.4360.59
HexA9A08C05112229e3d
Octal251240214052142511675
Binary1010100110100000100011000101100011000101010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A08C; }

 p { color: rgb(169,160,140); }

 H1.HeaderClassName
 {
   color: #A9A08C;
 }
 .AnyTagClassName
 {
   color: #A9A08C;
 }
</style>
background-color css

<style>
 a { background-color: #A9A08C; }

 a { background-color: rgb(169,160,140); }

 div.DivClassName
 {
   background-color: #A9A08C;
 }
 .BgClassName
 {
   background-color: #A9A08C;
 }
</style>
border-color css

<style>
 span { border-color: #A9A08C; }

 span { border-color: rgb(169,160,140); }

 td.TdClassName
 {
   border-color: #A9A08C;
 }
 .TagClassName
 {
   border-color: #A9A08C;
 }
</style>