#A49983

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

Shades of Napa #A49983

Tints of Napa #A49983

Color information

#A49983 (or 0xA49983) is unknown color: approx Napa. HEX triplet: A4, 99 and 83. RGB value is (164,153,131). Sum of RGB (Red+Green+Blue) = 164+153+131=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 164 - color contains mainly: red. Hex color #A49983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49983 is #5B667C. Grayscale: #999999. Windows color (decimal): -5990013 or 8624548. OLE color: 8624548.

HSL color Cylindrical-coordinate representation of color #A49983: hue angle of 40º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A49983 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB164153131-
CMYK00.070.200.36
HSL40º15.35%57.84%-
HSV(B)40º20.12%64.31%-
XYZ30.832.3126.09-
YUV153.78115.14135.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.61%
GREEN value IS 153 (60.16% from 255) = 34.15%
BLUE value IS 131 (51.56% from 255) = 29.24%
R=36.61%
G=34.15%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415313100.070.200.364015.3557.84
HexA4998307142428f3a
Octal244231203072444501772
Binary1010010010011001100000110111101001001001010001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49983; }

 p { color: rgb(164,153,131); }

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

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

 a { background-color: rgb(164,153,131); }

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

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

 span { border-color: rgb(164,153,131); }

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