#A4976A

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

Shades of Tallow #A4976A

Tints of Tallow #A4976A

Color information

#A4976A (or 0xA4976A) is unknown color: approx Tallow. HEX triplet: A4, 97 and 6A. RGB value is (164,151,106). Sum of RGB (Red+Green+Blue) = 164+151+106=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A4976A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4976A is #5B6895. Grayscale: #959595. Windows color (decimal): -5990550 or 6985636. OLE color: 6985636.

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

Color convert

RGB164151106-
CMYK00.080.350.36
HSL46.55º24.17%52.94%-
HSV(B)46.55º35.37%64.31%-
XYZ28.9831.0718.1-
YUV149.76103.31138.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 151 (59.38% from 255) = 35.87%
BLUE value IS 106 (41.80% from 255) = 25.18%
R=38.95%
G=35.87%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415110600.080.350.3646.5524.1752.94
HexA4976A0823242f1835
Octal2442271520104344573065
Binary101001001001011111010100100010001110010010111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4976A; }

 p { color: rgb(164,151,106); }

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

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

 a { background-color: rgb(164,151,106); }

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

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

 span { border-color: rgb(164,151,106); }

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