#A49573

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

Shades of Tallow #A49573

Tints of Tallow #A49573

Color information

#A49573 (or 0xA49573) is unknown color: approx Tallow. HEX triplet: A4, 95 and 73. RGB value is (164,149,115). Sum of RGB (Red+Green+Blue) = 164+149+115=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A49573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49573 is #5B6A8C. Grayscale: #959595. Windows color (decimal): -5991053 or 7574948. OLE color: 7574948.

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

Color convert

RGB164149115-
CMYK00.090.300.36
HSL41.63º21.21%54.71%-
HSV(B)41.63º29.88%64.31%-
XYZ29.1530.6320.59-
YUV149.61108.47138.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 149 (58.59% from 255) = 34.81%
BLUE value IS 115 (45.31% from 255) = 26.87%
R=38.32%
G=34.81%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414911500.090.300.3641.6321.2154.71
HexA49573091E242a1537
Octal2442251630113644522567
Binary10100100100101011110011010011111010010010101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49573; }

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

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

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

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

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

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

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

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