#A4966F

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

Shades of Tallow #A4966F

Tints of Tallow #A4966F

Color information

#A4966F (or 0xA4966F) is unknown color: approx Tallow. HEX triplet: A4, 96 and 6F. RGB value is (164,150,111). Sum of RGB (Red+Green+Blue) = 164+150+111=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A4966F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4966F is #5B6990. Grayscale: #959595. Windows color (decimal): -5990801 or 7313060. OLE color: 7313060.

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

Color convert

RGB164150111-
CMYK00.090.320.36
HSL44.15º22.55%53.92%-
HSV(B)44.15º32.32%64.31%-
XYZ29.0930.8519.46-
YUV149.74106.14138.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 111 (43.75% from 255) = 26.12%
R=38.59%
G=35.29%
B=26.12%

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
Decimal16415011100.090.320.3644.1522.5553.92
HexA4966F0920242c1736
Octal2442261570114044542766
Binary101001001001011011011110100110000010010010110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4966F; }

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

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

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

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

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

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

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

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