#A59C6F

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

Shades of Tallow #A59C6F

Tints of Tallow #A59C6F

Color information

#A59C6F (or 0xA59C6F) is unknown color: approx Tallow. HEX triplet: A5, 9C and 6F. RGB value is (165,156,111). Sum of RGB (Red+Green+Blue) = 165+156+111=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59C6F is #5A6390. Grayscale: #999999. Windows color (decimal): -5923729 or 7314597. OLE color: 7314597.

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

Color convert

RGB165156111-
CMYK00.050.330.35
HSL50º23.08%54.12%-
HSV(B)50º32.73%64.71%-
XYZ30.2732.9219.8-
YUV153.56103.98136.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.19%
GREEN value IS 156 (61.33% from 255) = 36.11%
BLUE value IS 111 (43.75% from 255) = 25.69%
R=38.19%
G=36.11%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515611100.050.330.355023.0854.12
HexA59C6F052123321736
Octal245234157054143622766
Binary10100101100111001101111010110000110001111001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59C6F; }

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

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

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

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

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

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

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

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