#A49D6D

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

Shades of Tallow #A49D6D

Tints of Tallow #A49D6D

Color information

#A49D6D (or 0xA49D6D) is unknown color: approx Tallow. HEX triplet: A4, 9D and 6D. RGB value is (164,157,109). Sum of RGB (Red+Green+Blue) = 164+157+109=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49D6D is #5B6292. Grayscale: #999999. Windows color (decimal): -5989011 or 7183780. OLE color: 7183780.

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

Color convert

RGB164157109-
CMYK00.040.340.36
HSL52.36º23.21%53.53%-
HSV(B)52.36º33.54%64.31%-
XYZ30.1333.1119.27-
YUV153.62102.82135.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.14%
GREEN value IS 157 (61.72% from 255) = 36.51%
BLUE value IS 109 (42.97% from 255) = 25.35%
R=38.14%
G=36.51%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415710900.040.340.3652.3623.2153.53
HexA49D6D042224341736
Octal244235155044244642766
Binary10100100100111011101101010010001010010011010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49D6D; }

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

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

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

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

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

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

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

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