#A49470

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

Shades of Tallow #A49470

Tints of Tallow #A49470

Color information

#A49470 (or 0xA49470) is unknown color: approx Tallow. HEX triplet: A4, 94 and 70. RGB value is (164,148,112). Sum of RGB (Red+Green+Blue) = 164+148+112=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A49470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49470 is #5B6B8F. Grayscale: #949494. Windows color (decimal): -5991312 or 7378084. OLE color: 7378084.

HSL color Cylindrical-coordinate representation of color #A49470: hue angle of 41.54º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A49470 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB164148112-
CMYK00.100.320.36
HSL41.54º22.22%54.12%-
HSV(B)41.54º31.71%64.31%-
XYZ28.8230.2419.65-
YUV148.68107.3138.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.68%
GREEN value IS 148 (58.20% from 255) = 34.91%
BLUE value IS 112 (44.14% from 255) = 26.42%
R=38.68%
G=34.91%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414811200.100.320.3641.5422.2254.12
HexA494700A20242a1636
Octal2442241600124044522666
Binary101001001001010011100000101010000010010010101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49470; }

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

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

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

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

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

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

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

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