#A49977

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

Shades of Tallow #A49977

Tints of Tallow #A49977

Color information

#A49977 (or 0xA49977) is unknown color: approx Tallow. HEX triplet: A4, 99 and 77. RGB value is (164,153,119). Sum of RGB (Red+Green+Blue) = 164+153+119=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A49977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49977 is #5B6688. Grayscale: #989898. Windows color (decimal): -5990025 or 7838116. OLE color: 7838116.

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

Color convert

RGB164153119-
CMYK00.070.270.36
HSL45.33º19.82%55.49%-
HSV(B)45.33º27.44%64.31%-
XYZ30.0332.0122.05-
YUV152.41109.14136.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.61%
GREEN value IS 153 (60.16% from 255) = 35.09%
BLUE value IS 119 (46.88% from 255) = 27.29%
R=37.61%
G=35.09%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415311900.070.270.3645.3319.8255.49
HexA49977071B242d1437
Octal244231167073344552467
Binary1010010010011001111011101111101110010010110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49977; }

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

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

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

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

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

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

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

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