#A49E90

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

Shades of Napa #A49E90

Tints of Napa #A49E90

Color information

#A49E90 (or 0xA49E90) is unknown color: approx Napa. HEX triplet: A4, 9E and 90. RGB value is (164,158,144). Sum of RGB (Red+Green+Blue) = 164+158+144=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49E90 is #5B616F. Grayscale: #9E9E9E. Windows color (decimal): -5988720 or 9477796. OLE color: 9477796.

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

Color convert

RGB164158144-
CMYK00.040.120.36
HSL42º9.9%60.39%-
HSV(B)42º12.2%64.31%-
XYZ32.5734.3631.3-
YUV158.2119.99132.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 158 (62.11% from 255) = 33.91%
BLUE value IS 144 (56.64% from 255) = 30.90%
R=35.19%
G=33.91%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415814400.040.120.36429.960.39
HexA49E9004C242aa3c
Octal244236220041444521274
Binary101001001001111010010000010011001001001010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49E90; }

 p { color: rgb(164,158,144); }

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

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

 a { background-color: rgb(164,158,144); }

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

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

 span { border-color: rgb(164,158,144); }

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