#A59C6C

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

Shades of Tallow #A59C6C

Tints of Tallow #A59C6C

Color information

#A59C6C (or 0xA59C6C) is unknown color: approx Tallow. HEX triplet: A5, 9C and 6C. RGB value is (165,156,108). Sum of RGB (Red+Green+Blue) = 165+156+108=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59C6C is #5A6393. Grayscale: #999999. Windows color (decimal): -5923732 or 7117989. OLE color: 7117989.

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

Color convert

RGB165156108-
CMYK00.050.350.35
HSL50.53º24.05%53.53%-
HSV(B)50.53º34.55%64.71%-
XYZ30.1132.8618.94-
YUV153.22102.48136.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.46%
GREEN value IS 156 (61.33% from 255) = 36.36%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=38.46%
G=36.36%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515610800.050.350.3550.5324.0553.53
HexA59C6C052323331836
Octal245234154054343633066
Binary10100101100111001101100010110001110001111001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59C6C; }

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

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

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

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

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

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

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

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