#A49C8D

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

Shades of Napa #A49C8D

Tints of Napa #A49C8D

Color information

#A49C8D (or 0xA49C8D) is unknown color: approx Napa. HEX triplet: A4, 9C and 8D. RGB value is (164,156,141). Sum of RGB (Red+Green+Blue) = 164+156+141=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49C8D is #5B6372. Grayscale: #9C9C9C. Windows color (decimal): -5989235 or 9280676. OLE color: 9280676.

HSL color Cylindrical-coordinate representation of color #A49C8D: hue angle of 39.13º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A49C8D is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB164156141-
CMYK00.050.140.36
HSL39.13º11.22%59.8%-
HSV(B)39.13º14.02%64.31%-
XYZ32.0133.5930-
YUV156.68119.15133.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 156 (61.33% from 255) = 33.84%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=35.57%
G=33.84%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415614100.050.140.3639.1311.2259.8
HexA49C8D05E2427b3c
Octal244234215051644471374
Binary101001001001110010001101010111101001001001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49C8D; }

 p { color: rgb(164,156,141); }

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

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

 a { background-color: rgb(164,156,141); }

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

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

 span { border-color: rgb(164,156,141); }

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