#A49D8F

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

Shades of Napa #A49D8F

Tints of Napa #A49D8F

Color information

#A49D8F (or 0xA49D8F) is unknown color: approx Napa. HEX triplet: A4, 9D and 8F. RGB value is (164,157,143). Sum of RGB (Red+Green+Blue) = 164+157+143=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49D8F is #5B6270. Grayscale: #9D9D9D. Windows color (decimal): -5988977 or 9412004. OLE color: 9412004.

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

Color convert

RGB164157143-
CMYK00.040.130.36
HSL40º10.34%60.2%-
HSV(B)40º12.8%64.31%-
XYZ32.3233.9930.84-
YUV157.5119.82132.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 157 (61.72% from 255) = 33.84%
BLUE value IS 143 (56.25% from 255) = 30.82%
R=35.34%
G=33.84%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415714300.040.130.364010.3460.2
HexA49D8F04D2428a3c
Octal244235217041544501274
Binary101001001001110110001111010011011001001010001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49D8F; }

 p { color: rgb(164,157,143); }

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

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

 a { background-color: rgb(164,157,143); }

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

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

 span { border-color: rgb(164,157,143); }

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