#A49473

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

Shades of Tallow #A49473

Tints of Tallow #A49473

Color information

#A49473 (or 0xA49473) is unknown color: approx Tallow. HEX triplet: A4, 94 and 73. RGB value is (164,148,115). Sum of RGB (Red+Green+Blue) = 164+148+115=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A49473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49473 is #5B6B8C. Grayscale: #959595. Windows color (decimal): -5991309 or 7574692. OLE color: 7574692.

HSL color Cylindrical-coordinate representation of color #A49473: hue angle of 40.41º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A49473 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB164148115-
CMYK00.100.300.36
HSL40.41º21.21%54.71%-
HSV(B)40.41º29.88%64.31%-
XYZ28.9930.3120.54-
YUV149.02108.8138.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 148 (58.20% from 255) = 34.66%
BLUE value IS 115 (45.31% from 255) = 26.93%
R=38.41%
G=34.66%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414811500.100.300.3640.4121.2154.71
HexA494730A1E24281537
Octal2442241630123644502567
Binary10100100100101001110011010101111010010010100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49473; }

 p { color: rgb(164,148,115); }

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

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

 a { background-color: rgb(164,148,115); }

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

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

 span { border-color: rgb(164,148,115); }

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