#A49D92

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

Shades of Napa #A49D92

Tints of Napa #A49D92

Color information

#A49D92 (or 0xA49D92) is unknown color: approx Napa. HEX triplet: A4, 9D and 92. RGB value is (164,157,146). Sum of RGB (Red+Green+Blue) = 164+157+146=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49D92 is #5B626D. Grayscale: #9D9D9D. Windows color (decimal): -5988974 or 9608612. OLE color: 9608612.

HSL color Cylindrical-coordinate representation of color #A49D92: hue angle of 36.67º 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 #A49D92 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB164157146-
CMYK00.040.110.36
HSL36.67º9%60.78%-
HSV(B)36.67º10.98%64.31%-
XYZ32.5634.0832.06-
YUV157.84121.32132.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 157 (61.72% from 255) = 33.62%
BLUE value IS 146 (57.42% from 255) = 31.26%
R=35.12%
G=33.62%
B=31.26%

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
Decimal16415714600.040.110.3636.67960.78
HexA49D9204B242593d
Octal244235222041344451175
Binary101001001001110110010010010010111001001001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49D92; }

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

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

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

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

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

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

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

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