#A49779

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

Shades of Tallow #A49779

Tints of Tallow #A49779

Color information

#A49779 (or 0xA49779) is unknown color: approx Tallow. HEX triplet: A4, 97 and 79. RGB value is (164,151,121). Sum of RGB (Red+Green+Blue) = 164+151+121=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A49779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49779 is #5B6886. Grayscale: #979797. Windows color (decimal): -5990535 or 7968676. OLE color: 7968676.

HSL color Cylindrical-coordinate representation of color #A49779: hue angle of 41.86º 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 #A49779 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB164151121-
CMYK00.080.260.36
HSL41.86º19.11%55.88%-
HSV(B)41.86º26.22%64.31%-
XYZ29.8331.4122.58-
YUV151.47110.81136.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.61%
GREEN value IS 151 (59.38% from 255) = 34.63%
BLUE value IS 121 (47.66% from 255) = 27.75%
R=37.61%
G=34.63%
B=27.75%

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
Decimal16415112100.080.260.3641.8619.1155.88
HexA49779081A242a1338
Octal2442271710103244522370
Binary10100100100101111111001010001101010010010101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49779; }

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

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

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

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

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

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

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

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