#A59775

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

Shades of Tallow #A59775

Tints of Tallow #A59775

Color information

#A59775 (or 0xA59775) is unknown color: approx Tallow. HEX triplet: A5, 97 and 75. RGB value is (165,151,117). Sum of RGB (Red+Green+Blue) = 165+151+117=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A59775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59775 is #5A688A. Grayscale: #979797. Windows color (decimal): -5925003 or 7706533. OLE color: 7706533.

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

Color convert

RGB165151117-
CMYK00.080.290.35
HSL42.5º21.05%55.29%-
HSV(B)42.5º29.09%64.71%-
XYZ29.7931.4221.32-
YUV151.31108.64137.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 151 (59.38% from 255) = 34.87%
BLUE value IS 117 (46.09% from 255) = 27.02%
R=38.11%
G=34.87%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515111700.080.290.3542.521.0555.29
HexA59775081D232b1537
Octal2452271650103543532567
Binary10100101100101111110101010001110110001110101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59775; }

 p { color: rgb(165,151,117); }

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

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

 a { background-color: rgb(165,151,117); }

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

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

 span { border-color: rgb(165,151,117); }

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