#A49670

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

Shades of Tallow #A49670

Tints of Tallow #A49670

Color information

#A49670 (or 0xA49670) is unknown color: approx Tallow. HEX triplet: A4, 96 and 70. RGB value is (164,150,112). Sum of RGB (Red+Green+Blue) = 164+150+112=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A49670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49670 is #5B698F. Grayscale: #969696. Windows color (decimal): -5990800 or 7378596. OLE color: 7378596.

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

Color convert

RGB164150112-
CMYK00.090.320.36
HSL43.85º22.22%54.12%-
HSV(B)43.85º31.71%64.31%-
XYZ29.1430.8819.75-
YUV149.85106.64138.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.50%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 112 (44.14% from 255) = 26.29%
R=38.50%
G=35.21%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415011200.090.320.3643.8522.2254.12
HexA496700920242c1636
Octal2442261600114044542666
Binary101001001001011011100000100110000010010010110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49670; }

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

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

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

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

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

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

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

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