#A49669

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

Shades of Tallow #A49669

Tints of Tallow #A49669

Color information

#A49669 (or 0xA49669) is unknown color: approx Tallow. HEX triplet: A4, 96 and 69. RGB value is (164,150,105). Sum of RGB (Red+Green+Blue) = 164+150+105=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A49669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49669 is #5B6996. Grayscale: #959595. Windows color (decimal): -5990807 or 6919844. OLE color: 6919844.

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

Color convert

RGB164150105-
CMYK00.090.360.36
HSL45.76º24.48%52.75%-
HSV(B)45.76º35.98%64.31%-
XYZ28.7730.7317.78-
YUV149.06103.14138.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 150 (58.98% from 255) = 35.80%
BLUE value IS 105 (41.41% from 255) = 25.06%
R=39.14%
G=35.80%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415010500.090.360.3645.7624.4852.75
HexA496690924242e1835
Octal2442261510114444563065
Binary101001001001011011010010100110010010010010111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49669; }

 p { color: rgb(164,150,105); }

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

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

 a { background-color: rgb(164,150,105); }

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

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

 span { border-color: rgb(164,150,105); }

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