#a5966a

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

Shades of Tallow #A5966A

Tints of Tallow #A5966A

Color information

#A5966A (or 0xA5966A) is unknown color: approx Tallow. HEX triplet: A5, 96 and 6A. RGB value is (165,150,106). Sum of RGB (Red+Green+Blue) = 165+150+106=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 165 - color contains mainly: red. Hex color #A5966A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5966A is #5A6995. Grayscale: #959595. Windows color (decimal): -5925270 or 6985381. OLE color: 6985381.

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

Color convert

RGB165150106-
CMYK00.090.360.35
HSL44.75º24.69%53.14%-
HSV(B)44.75º35.76%64.71%-
XYZ29.0230.8518.06-
YUV149.47103.47139.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 106 (41.80% from 255) = 25.18%
R=39.19%
G=35.63%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515010600.090.360.3544.7524.6953.14
HexA5966A0924232d1935
Octal2452261520114443553165
Binary101001011001011011010100100110010010001110110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5966a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5966a; }

 p { color: rgb(165,150,106); }

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

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

 a { background-color: rgb(165,150,106); }

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

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

 span { border-color: rgb(165,150,106); }

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