#A49F6D

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

Shades of Tallow #A49F6D

Tints of Tallow #A49F6D

Color information

#A49F6D (or 0xA49F6D) is unknown color: approx Tallow. HEX triplet: A4, 9F and 6D. RGB value is (164,159,109). Sum of RGB (Red+Green+Blue) = 164+159+109=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F6D is #5B6092. Grayscale: #9B9B9B. Windows color (decimal): -5988499 or 7184292. OLE color: 7184292.

HSL color Cylindrical-coordinate representation of color #A49F6D: hue angle of 54.55º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A49F6D is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB164159109-
CMYK00.030.340.36
HSL54.55º23.21%53.53%-
HSV(B)54.55º33.54%64.31%-
XYZ30.4733.7919.38-
YUV154.79102.16134.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 159 (62.5% from 255) = 36.81%
BLUE value IS 109 (42.97% from 255) = 25.23%
R=37.96%
G=36.81%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415910900.030.340.3654.5523.2153.53
HexA49F6D032224371736
Octal244237155034244672766
Binary1010010010011111110110101110001010010011011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F6D; }

 p { color: rgb(164,159,109); }

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

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

 a { background-color: rgb(164,159,109); }

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

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

 span { border-color: rgb(164,159,109); }

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