#A49C75

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

Shades of Tallow #A49C75

Tints of Tallow #A49C75

Color information

#A49C75 (or 0xA49C75) is unknown color: approx Tallow. HEX triplet: A4, 9C and 75. RGB value is (164,156,117). Sum of RGB (Red+Green+Blue) = 164+156+117=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49C75 is #5B638A. Grayscale: #9A9A9A. Windows color (decimal): -5989259 or 7707812. OLE color: 7707812.

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

Color convert

RGB164156117-
CMYK00.050.290.36
HSL49.79º20.52%55.1%-
HSV(B)49.79º28.66%64.31%-
XYZ30.4132.9521.59-
YUV153.95107.15135.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 156 (61.33% from 255) = 35.70%
BLUE value IS 117 (46.09% from 255) = 26.77%
R=37.53%
G=35.70%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415611700.050.290.3649.7920.5255.1
HexA49C75051D24321537
Octal244234165053544622567
Binary1010010010011100111010101011110110010011001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49C75; }

 p { color: rgb(164,156,117); }

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

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

 a { background-color: rgb(164,156,117); }

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

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

 span { border-color: rgb(164,156,117); }

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