#A4956C

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

Shades of Tallow #A4956C

Tints of Tallow #A4956C

Color information

#A4956C (or 0xA4956C) is unknown color: approx Tallow. HEX triplet: A4, 95 and 6C. RGB value is (164,149,108). Sum of RGB (Red+Green+Blue) = 164+149+108=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A4956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4956C is #5B6A93. Grayscale: #949494. Windows color (decimal): -5991060 or 7116196. OLE color: 7116196.

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

Color convert

RGB164149108-
CMYK00.090.340.36
HSL43.93º23.53%53.33%-
HSV(B)43.93º34.15%64.31%-
XYZ28.7630.4718.55-
YUV148.81104.97138.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 149 (58.59% from 255) = 35.39%
BLUE value IS 108 (42.58% from 255) = 25.65%
R=38.95%
G=35.39%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414910800.090.340.3643.9323.5353.33
HexA4956C0922242c1835
Octal2442251540114244543065
Binary101001001001010111011000100110001010010010110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4956C; }

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

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

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

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

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

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

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

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