#A49D93

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

Shades of Napa #A49D93

Tints of Napa #A49D93

Color information

#A49D93 (or 0xA49D93) is unknown color: approx Napa. HEX triplet: A4, 9D and 93. RGB value is (164,157,147). Sum of RGB (Red+Green+Blue) = 164+157+147=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49D93 is #5B626C. Grayscale: #9E9E9E. Windows color (decimal): -5988973 or 9674148. OLE color: 9674148.

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

Color convert

RGB164157147-
CMYK00.040.100.36
HSL35.29º8.54%60.98%-
HSV(B)35.29º10.37%64.31%-
XYZ32.6334.1132.47-
YUV157.95121.82132.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 157 (61.72% from 255) = 33.55%
BLUE value IS 147 (57.81% from 255) = 31.41%
R=35.04%
G=33.55%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415714700.040.100.3635.298.5460.98
HexA49D9304A242393d
Octal244235223041244431175
Binary101001001001110110010011010010101001001000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49D93; }

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

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

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

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

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

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

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

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