#A79C6B

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

Shades of Tallow #A79C6B

Tints of Tallow #A79C6B

Color information

#A79C6B (or 0xA79C6B) is unknown color: approx Tallow. HEX triplet: A7, 9C and 6B. RGB value is (167,156,107). Sum of RGB (Red+Green+Blue) = 167+156+107=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79C6B is #586394. Grayscale: #999999. Windows color (decimal): -5792661 or 7052455. OLE color: 7052455.

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

Color convert

RGB167156107-
CMYK00.070.360.35
HSL49º25.42%53.73%-
HSV(B)49º35.93%65.49%-
XYZ30.4833.0518.68-
YUV153.7101.64137.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.84%
GREEN value IS 156 (61.33% from 255) = 36.28%
BLUE value IS 107 (42.19% from 255) = 24.88%
R=38.84%
G=36.28%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715610700.070.360.354925.4253.73
HexA79C6B072423311936
Octal247234153074443613166
Binary10100111100111001101011011110010010001111000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79C6B; }

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

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

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

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

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

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

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

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