#A59C72

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

Shades of Tallow #A59C72

Tints of Tallow #A59C72

Color information

#A59C72 (or 0xA59C72) is unknown color: approx Tallow. HEX triplet: A5, 9C and 72. RGB value is (165,156,114). Sum of RGB (Red+Green+Blue) = 165+156+114=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59C72 is #5A638D. Grayscale: #9A9A9A. Windows color (decimal): -5923726 or 7511205. OLE color: 7511205.

HSL color Cylindrical-coordinate representation of color #A59C72: hue angle of 49.41º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A59C72 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB165156114-
CMYK00.050.310.35
HSL49.41º22.08%54.71%-
HSV(B)49.41º30.91%64.71%-
XYZ30.4432.9920.68-
YUV153.9105.48135.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 156 (61.33% from 255) = 35.86%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=37.93%
G=35.86%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515611400.050.310.3549.4122.0854.71
HexA59C72051F23311637
Octal245234162053743612667
Binary1010010110011100111001001011111110001111000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59C72; }

 p { color: rgb(165,156,114); }

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

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

 a { background-color: rgb(165,156,114); }

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

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

 span { border-color: rgb(165,156,114); }

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