#A4977A

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

Shades of Tallow #A4977A

Tints of Tallow #A4977A

Color information

#A4977A (or 0xA4977A) is unknown color: approx Tallow. HEX triplet: A4, 97 and 7A. RGB value is (164,151,122). Sum of RGB (Red+Green+Blue) = 164+151+122=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A4977A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4977A is #5B6885. Grayscale: #979797. Windows color (decimal): -5990534 or 8034212. OLE color: 8034212.

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

Color convert

RGB164151122-
CMYK00.080.260.36
HSL41.43º18.75%56.08%-
HSV(B)41.43º25.61%64.31%-
XYZ29.8931.4322.9-
YUV151.58111.31136.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 151 (59.38% from 255) = 34.55%
BLUE value IS 122 (48.05% from 255) = 27.92%
R=37.53%
G=34.55%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415112200.080.260.3641.4318.7556.08
HexA4977A081A24291338
Octal2442271720103244512370
Binary10100100100101111111010010001101010010010100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4977A; }

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

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

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

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

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

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

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

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