#A49472

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

Shades of Tallow #A49472

Tints of Tallow #A49472

Color information

#A49472 (or 0xA49472) is unknown color: approx Tallow. HEX triplet: A4, 94 and 72. RGB value is (164,148,114). Sum of RGB (Red+Green+Blue) = 164+148+114=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A49472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49472 is #5B6B8D. Grayscale: #959595. Windows color (decimal): -5991310 or 7509156. OLE color: 7509156.

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

Color convert

RGB164148114-
CMYK00.100.300.36
HSL40.8º21.55%54.51%-
HSV(B)40.8º30.49%64.31%-
XYZ28.9430.2920.24-
YUV148.91108.3138.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.50%
GREEN value IS 148 (58.20% from 255) = 34.74%
BLUE value IS 114 (44.92% from 255) = 26.76%
R=38.50%
G=34.74%
B=26.76%

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
Decimal16414811400.100.300.3640.821.5554.51
HexA494720A1E24291637
Octal2442241620123644512667
Binary10100100100101001110010010101111010010010100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49472; }

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

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

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

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

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

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

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

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