#A49A7C

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

Shades of Tallow #A49A7C

Tints of Tallow #A49A7C

Color information

#A49A7C (or 0xA49A7C) is unknown color: approx Tallow. HEX triplet: A4, 9A and 7C. RGB value is (164,154,124). Sum of RGB (Red+Green+Blue) = 164+154+124=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49A7C is #5B6583. Grayscale: #999999. Windows color (decimal): -5989764 or 8166052. OLE color: 8166052.

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

Color convert

RGB164154124-
CMYK00.060.240.36
HSL45º18.02%56.47%-
HSV(B)45º24.39%64.31%-
XYZ30.532.4623.73-
YUV153.57111.31135.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 154 (60.55% from 255) = 34.84%
BLUE value IS 124 (48.83% from 255) = 28.05%
R=37.10%
G=34.84%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415412400.060.240.364518.0256.47
HexA49A7C0618242d1238
Octal244232174063044552270
Binary1010010010011010111110001101100010010010110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49A7C; }

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

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

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

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

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

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

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

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