#A5966D

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

Shades of Tallow #A5966D

Tints of Tallow #A5966D

Color information

#A5966D (or 0xA5966D) is unknown color: approx Tallow. HEX triplet: A5, 96 and 6D. RGB value is (165,150,109). Sum of RGB (Red+Green+Blue) = 165+150+109=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A5966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5966D is #5A6992. Grayscale: #959595. Windows color (decimal): -5925267 or 7181989. OLE color: 7181989.

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

Color convert

RGB165150109-
CMYK00.090.340.35
HSL43.93º23.73%53.73%-
HSV(B)43.93º33.94%64.71%-
XYZ29.1830.9218.9-
YUV149.81104.97138.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 150 (58.98% from 255) = 35.38%
BLUE value IS 109 (42.97% from 255) = 25.71%
R=38.92%
G=35.38%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515010900.090.340.3543.9323.7353.73
HexA5966D0922232c1836
Octal2452261550114243543066
Binary101001011001011011011010100110001010001110110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5966D; }

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

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

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

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

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

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

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

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