#A59D6B

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

Shades of Tallow #A59D6B

Tints of Tallow #A59D6B

Color information

#A59D6B (or 0xA59D6B) is unknown color: approx Tallow. HEX triplet: A5, 9D and 6B. RGB value is (165,157,107). Sum of RGB (Red+Green+Blue) = 165+157+107=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59D6B is #5A6294. Grayscale: #999999. Windows color (decimal): -5923477 or 7052709. OLE color: 7052709.

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

Color convert

RGB165157107-
CMYK00.050.350.35
HSL51.72º24.37%53.33%-
HSV(B)51.72º35.15%64.71%-
XYZ30.2333.1718.72-
YUV153.69101.65136.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.46%
GREEN value IS 157 (61.72% from 255) = 36.60%
BLUE value IS 107 (42.19% from 255) = 24.94%
R=38.46%
G=36.60%
B=24.94%

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
Decimal16515710700.050.350.3551.7224.3753.33
HexA59D6B052323341835
Octal245235153054343643065
Binary10100101100111011101011010110001110001111010011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59D6B; }

 p { color: rgb(165,157,107); }

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

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

 a { background-color: rgb(165,157,107); }

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

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

 span { border-color: rgb(165,157,107); }

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