#A79B64

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

Shades of Tallow #A79B64

Tints of Tallow #A79B64

Color information

#A79B64 (or 0xA79B64) is unknown color: approx Tallow. HEX triplet: A7, 9B and 64. RGB value is (167,155,100). Sum of RGB (Red+Green+Blue) = 167+155+100=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A79B64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79B64 is #58649B. Grayscale: #989898. Windows color (decimal): -5792924 or 6593447. OLE color: 6593447.

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

Color convert

RGB167155100-
CMYK00.070.400.35
HSL49.25º27.57%52.35%-
HSV(B)49.25º40.12%65.49%-
XYZ29.9632.5816.77-
YUV152.3298.48138.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.57%
GREEN value IS 155 (60.94% from 255) = 36.73%
BLUE value IS 100 (39.45% from 255) = 23.70%
R=39.57%
G=36.73%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715510000.070.400.3549.2527.5752.35
HexA79B64072823311c34
Octal247233144075043613464
Binary10100111100110111100100011110100010001111000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79B64; }

 p { color: rgb(167,155,100); }

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

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

 a { background-color: rgb(167,155,100); }

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

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

 span { border-color: rgb(167,155,100); }

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