#A49C6B

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

Shades of Tallow #A49C6B

Tints of Tallow #A49C6B

Color information

#A49C6B (or 0xA49C6B) is unknown color: approx Tallow. HEX triplet: A4, 9C and 6B. RGB value is (164,156,107). Sum of RGB (Red+Green+Blue) = 164+156+107=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49C6B is #5B6394. Grayscale: #999999. Windows color (decimal): -5989269 or 7052452. OLE color: 7052452.

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

Color convert

RGB164156107-
CMYK00.050.350.36
HSL51.58º23.85%53.14%-
HSV(B)51.58º34.76%64.31%-
XYZ29.8532.7318.65-
YUV152.81102.15135.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 156 (61.33% from 255) = 36.53%
BLUE value IS 107 (42.19% from 255) = 25.06%
R=38.41%
G=36.53%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415610700.050.350.3651.5823.8553.14
HexA49C6B052324341835
Octal244234153054344643065
Binary10100100100111001101011010110001110010011010011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49C6B; }

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

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

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

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

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

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

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

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