#A4997C

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

Shades of Tallow #A4997C

Tints of Tallow #A4997C

Color information

#A4997C (or 0xA4997C) is unknown color: approx Tallow. HEX triplet: A4, 99 and 7C. RGB value is (164,153,124). Sum of RGB (Red+Green+Blue) = 164+153+124=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A4997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4997C is #5B6683. Grayscale: #999999. Windows color (decimal): -5990020 or 8165796. OLE color: 8165796.

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

Color convert

RGB164153124-
CMYK00.070.240.36
HSL43.5º18.02%56.47%-
HSV(B)43.5º24.39%64.31%-
XYZ30.3432.1323.67-
YUV152.98111.64135.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 153 (60.16% from 255) = 34.69%
BLUE value IS 124 (48.83% from 255) = 28.12%
R=37.19%
G=34.69%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415312400.070.240.3643.518.0256.47
HexA4997C0718242c1238
Octal244231174073044542270
Binary1010010010011001111110001111100010010010110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4997C; }

 p { color: rgb(164,153,124); }

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

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

 a { background-color: rgb(164,153,124); }

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

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

 span { border-color: rgb(164,153,124); }

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