#A49E92

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

Shades of Napa #A49E92

Tints of Napa #A49E92

Color information

#A49E92 (or 0xA49E92) is unknown color: approx Napa. HEX triplet: A4, 9E and 92. RGB value is (164,158,146). Sum of RGB (Red+Green+Blue) = 164+158+146=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49E92 is #5B616D. Grayscale: #9E9E9E. Windows color (decimal): -5988718 or 9608868. OLE color: 9608868.

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

Color convert

RGB164158146-
CMYK00.040.110.36
HSL40º9%60.78%-
HSV(B)40º10.98%64.31%-
XYZ32.7334.4232.11-
YUV158.43120.99131.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 158 (62.11% from 255) = 33.76%
BLUE value IS 146 (57.42% from 255) = 31.20%
R=35.04%
G=33.76%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415814600.040.110.3640960.78
HexA49E9204B242893d
Octal244236222041344501175
Binary101001001001111010010010010010111001001010001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49E92; }

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

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

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

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

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

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

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

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