#A79964

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

Shades of Tallow #A79964

Tints of Tallow #A79964

Color information

#A79964 (or 0xA79964) is unknown color: approx Tallow. HEX triplet: A7, 99 and 64. RGB value is (167,153,100). Sum of RGB (Red+Green+Blue) = 167+153+100=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 167 - color contains mainly: red. Hex color #A79964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79964 is #58669B. Grayscale: #979797. Windows color (decimal): -5793436 or 6592935. OLE color: 6592935.

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

Color convert

RGB167153100-
CMYK00.080.400.35
HSL47.46º27.57%52.35%-
HSV(B)47.46º40.12%65.49%-
XYZ29.6331.9216.66-
YUV151.1499.14139.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.76%
GREEN value IS 153 (60.16% from 255) = 36.43%
BLUE value IS 100 (39.45% from 255) = 23.81%
R=39.76%
G=36.43%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715310000.080.400.3547.4627.5752.35
HexA799640828232f1c34
Octal2472311440105043573464
Binary101001111001100111001000100010100010001110111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79964; }

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

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

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

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

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

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

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

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