#A79664

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

Shades of Tallow #A79664

Tints of Tallow #A79664

Color information

#A79664 (or 0xA79664) is unknown color: approx Tallow. HEX triplet: A7, 96 and 64. RGB value is (167,150,100). Sum of RGB (Red+Green+Blue) = 167+150+100=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A79664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79664 is #58699B. Grayscale: #959595. Windows color (decimal): -5794204 or 6592167. OLE color: 6592167.

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

Color convert

RGB167150100-
CMYK00.100.400.35
HSL44.78º27.57%52.35%-
HSV(B)44.78º40.12%65.49%-
XYZ29.1430.9516.49-
YUV149.38100.13140.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 100 (39.45% from 255) = 23.98%
R=40.05%
G=35.97%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715010000.100.400.3544.7827.5752.35
HexA796640A28232d1c34
Octal2472261440125043553464
Binary101001111001011011001000101010100010001110110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79664; }

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

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

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

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

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

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

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

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