#A49A6B

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

Shades of Tallow #A49A6B

Tints of Tallow #A49A6B

Color information

#A49A6B (or 0xA49A6B) is unknown color: approx Tallow. HEX triplet: A4, 9A and 6B. RGB value is (164,154,107). Sum of RGB (Red+Green+Blue) = 164+154+107=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49A6B is #5B6594. Grayscale: #979797. Windows color (decimal): -5989781 or 7051940. OLE color: 7051940.

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

Color convert

RGB164154107-
CMYK00.060.350.36
HSL49.47º23.85%53.14%-
HSV(B)49.47º34.76%64.31%-
XYZ29.5232.0718.54-
YUV151.63102.81136.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 154 (60.55% from 255) = 36.24%
BLUE value IS 107 (42.19% from 255) = 25.18%
R=38.59%
G=36.24%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415410700.060.350.3649.4723.8553.14
HexA49A6B062324311835
Octal244232153064344613065
Binary10100100100110101101011011010001110010011000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49A6B; }

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

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

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

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

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

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

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

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