#A49D8A

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

Shades of Napa #A49D8A

Tints of Napa #A49D8A

Color information

#A49D8A (or 0xA49D8A) is unknown color: approx Napa. HEX triplet: A4, 9D and 8A. RGB value is (164,157,138). Sum of RGB (Red+Green+Blue) = 164+157+138=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49D8A is #5B6275. Grayscale: #9D9D9D. Windows color (decimal): -5988982 or 9084324. OLE color: 9084324.

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

Color convert

RGB164157138-
CMYK00.040.160.36
HSL43.85º12.5%59.22%-
HSV(B)43.85º15.85%64.31%-
XYZ31.9533.8428.89-
YUV156.93117.32133.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 157 (61.72% from 255) = 34.20%
BLUE value IS 138 (54.30% from 255) = 30.07%
R=35.73%
G=34.20%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415713800.040.160.3643.8512.559.22
HexA49D8A0410242cd3b
Octal244235212042044541573
Binary1010010010011101100010100100100001001001011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49D8A; }

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

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

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

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

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

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

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

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