#a79568

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

Shades of Tallow #A79568

Tints of Tallow #A79568

Color information

#A79568 (or 0xA79568) is unknown color: approx Tallow. HEX triplet: A7, 95 and 68. RGB value is (167,149,104). Sum of RGB (Red+Green+Blue) = 167+149+104=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 167 - color contains mainly: red. Hex color #A79568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79568 is #586A97. Grayscale: #959595. Windows color (decimal): -5794456 or 6854055. OLE color: 6854055.

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

Color convert

RGB167149104-
CMYK00.110.380.35
HSL42.86º26.36%53.14%-
HSV(B)42.86º37.72%65.49%-
XYZ29.1830.7117.49-
YUV149.25102.46140.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.76%
GREEN value IS 149 (58.59% from 255) = 35.48%
BLUE value IS 104 (41.02% from 255) = 24.76%
R=39.76%
G=35.48%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714910400.110.380.3542.8626.3653.14
HexA795680B26232b1a35
Octal2472251500134643533265
Binary101001111001010111010000101110011010001110101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a79568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a79568; }

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

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

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

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

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

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

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

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