#A79575

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

Shades of Tallow #A79575

Tints of Tallow #A79575

Color information

#A79575 (or 0xA79575) is unknown color: approx Tallow. HEX triplet: A7, 95 and 75. RGB value is (167,149,117). Sum of RGB (Red+Green+Blue) = 167+149+117=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 167 - color contains mainly: red. Hex color #A79575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79575 is #586A8A. Grayscale: #969696. Windows color (decimal): -5794443 or 7706023. OLE color: 7706023.

HSL color Cylindrical-coordinate representation of color #A79575: hue angle of 38.4º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A79575 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB167149117-
CMYK00.110.300.35
HSL38.4º22.12%55.69%-
HSV(B)38.4º29.94%65.49%-
XYZ29.8930.9921.24-
YUV150.73108.96139.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.57%
GREEN value IS 149 (58.59% from 255) = 34.41%
BLUE value IS 117 (46.09% from 255) = 27.02%
R=38.57%
G=34.41%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714911700.110.300.3538.422.1255.69
HexA795750B1E23261638
Octal2472251650133643462670
Binary10100111100101011110101010111111010001110011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79575; }

 p { color: rgb(167,149,117); }

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

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

 a { background-color: rgb(167,149,117); }

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

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

 span { border-color: rgb(167,149,117); }

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