#A4956E

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

Shades of Tallow #A4956E

Tints of Tallow #A4956E

Color information

#A4956E (or 0xA4956E) is unknown color: approx Tallow. HEX triplet: A4, 95 and 6E. RGB value is (164,149,110). Sum of RGB (Red+Green+Blue) = 164+149+110=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A4956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4956E is #5B6A91. Grayscale: #959595. Windows color (decimal): -5991058 or 7247268. OLE color: 7247268.

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

Color convert

RGB164149110-
CMYK00.090.330.36
HSL43.33º22.88%53.73%-
HSV(B)43.33º32.93%64.31%-
XYZ28.8730.5119.12-
YUV149.04105.97138.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 110 (43.36% from 255) = 26.00%
R=38.77%
G=35.22%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414911000.090.330.3643.3322.8853.73
HexA4956E0921242b1736
Octal2442251560114144532766
Binary101001001001010111011100100110000110010010101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4956E; }

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

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

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

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

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

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

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

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