#A79C6C

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

Shades of Tallow #A79C6C

Tints of Tallow #A79C6C

Color information

#A79C6C (or 0xA79C6C) is unknown color: approx Tallow. HEX triplet: A7, 9C and 6C. RGB value is (167,156,108). Sum of RGB (Red+Green+Blue) = 167+156+108=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79C6C is #586393. Grayscale: #9A9A9A. Windows color (decimal): -5792660 or 7117991. OLE color: 7117991.

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

Color convert

RGB167156108-
CMYK00.070.350.35
HSL48.81º25.11%53.92%-
HSV(B)48.81º35.33%65.49%-
XYZ30.5333.0818.96-
YUV153.82102.14137.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.75%
GREEN value IS 156 (61.33% from 255) = 36.19%
BLUE value IS 108 (42.58% from 255) = 25.06%
R=38.75%
G=36.19%
B=25.06%

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
Decimal16715610800.070.350.3548.8125.1153.92
HexA79C6C072323311936
Octal247234154074343613166
Binary10100111100111001101100011110001110001111000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79C6C; }

 p { color: rgb(167,156,108); }

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

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

 a { background-color: rgb(167,156,108); }

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

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

 span { border-color: rgb(167,156,108); }

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