#A49769

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

Shades of Tallow #A49769

Tints of Tallow #A49769

Color information

#A49769 (or 0xA49769) is unknown color: approx Tallow. HEX triplet: A4, 97 and 69. RGB value is (164,151,105). Sum of RGB (Red+Green+Blue) = 164+151+105=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A49769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49769 is #5B6896. Grayscale: #959595. Windows color (decimal): -5990551 or 6920100. OLE color: 6920100.

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

Color convert

RGB164151105-
CMYK00.080.360.36
HSL46.78º24.48%52.75%-
HSV(B)46.78º35.98%64.31%-
XYZ28.9331.0517.83-
YUV149.64102.81138.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 105 (41.41% from 255) = 25%
R=39.05%
G=35.95%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415110500.080.360.3646.7824.4852.75
HexA497690824242f1835
Octal2442271510104444573065
Binary101001001001011111010010100010010010010010111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49769; }

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

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

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

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

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

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

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

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