#A49D6A

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

Shades of Tallow #A49D6A

Tints of Tallow #A49D6A

Color information

#A49D6A (or 0xA49D6A) is unknown color: approx Tallow. HEX triplet: A4, 9D and 6A. RGB value is (164,157,106). Sum of RGB (Red+Green+Blue) = 164+157+106=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49D6A is #5B6295. Grayscale: #999999. Windows color (decimal): -5989014 or 6987172. OLE color: 6987172.

HSL color Cylindrical-coordinate representation of color #A49D6A: hue angle of 52.76º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A49D6A is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB164157106-
CMYK00.040.350.36
HSL52.76º24.17%52.94%-
HSV(B)52.76º35.37%64.31%-
XYZ29.9733.0518.43-
YUV153.28101.32135.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 157 (61.72% from 255) = 36.77%
BLUE value IS 106 (41.80% from 255) = 24.82%
R=38.41%
G=36.77%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415710600.040.350.3652.7624.1752.94
HexA49D6A042324351835
Octal244235152044344653065
Binary10100100100111011101010010010001110010011010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49D6A; }

 p { color: rgb(164,157,106); }

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

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

 a { background-color: rgb(164,157,106); }

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

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

 span { border-color: rgb(164,157,106); }

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