#A79A6C

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

Shades of Tallow #A79A6C

Tints of Tallow #A79A6C

Color information

#A79A6C (or 0xA79A6C) is unknown color: approx Tallow. HEX triplet: A7, 9A and 6C. RGB value is (167,154,108). Sum of RGB (Red+Green+Blue) = 167+154+108=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79A6C is #586593. Grayscale: #989898. Windows color (decimal): -5793172 or 7117479. OLE color: 7117479.

HSL color Cylindrical-coordinate representation of color #A79A6C: hue angle of 46.78º 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 #A79A6C is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB167154108-
CMYK00.080.350.35
HSL46.78º25.11%53.92%-
HSV(B)46.78º35.33%65.49%-
XYZ30.232.4118.85-
YUV152.64102.81138.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.93%
GREEN value IS 154 (60.55% from 255) = 35.90%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=38.93%
G=35.90%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715410800.080.350.3546.7825.1153.92
HexA79A6C0823232f1936
Octal2472321540104343573166
Binary101001111001101011011000100010001110001110111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79A6C; }

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

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

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

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

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

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

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

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