#A59A6B

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

Shades of Tallow #A59A6B

Tints of Tallow #A59A6B

Color information

#A59A6B (or 0xA59A6B) is unknown color: approx Tallow. HEX triplet: A5, 9A and 6B. RGB value is (165,154,107). Sum of RGB (Red+Green+Blue) = 165+154+107=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59A6B is #5A6594. Grayscale: #989898. Windows color (decimal): -5924245 or 7051941. OLE color: 7051941.

HSL color Cylindrical-coordinate representation of color #A59A6B: hue angle of 48.62º 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 #A59A6B is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB165154107-
CMYK00.070.350.35
HSL48.62º24.37%53.33%-
HSV(B)48.62º35.15%64.71%-
XYZ29.7332.1718.55-
YUV151.93102.64137.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 154 (60.55% from 255) = 36.15%
BLUE value IS 107 (42.19% from 255) = 25.12%
R=38.73%
G=36.15%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515410700.070.350.3548.6224.3753.33
HexA59A6B072323311835
Octal245232153074343613065
Binary10100101100110101101011011110001110001111000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59A6B; }

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

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

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

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

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

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

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

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