#A79961

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

Shades of Tallow #A79961

Tints of Tallow #A79961

Color information

#A79961 (or 0xA79961) is unknown color: approx Tallow. HEX triplet: A7, 99 and 61. RGB value is (167,153,97). Sum of RGB (Red+Green+Blue) = 167+153+97=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A79961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79961 is #58669E. Grayscale: #979797. Windows color (decimal): -5793439 or 6396327. OLE color: 6396327.

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

Color convert

RGB16715397-
CMYK00.080.420.35
HSL48º28.46%51.76%-
HSV(B)48º41.92%65.49%-
XYZ29.4931.8615.91-
YUV150.897.64139.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 153 (60.16% from 255) = 36.69%
BLUE value IS 97 (38.28% from 255) = 23.26%
R=40.05%
G=36.69%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671539700.080.420.354828.4651.76
HexA79961082A23301c34
Octal2472311410105243603464
Binary101001111001100111000010100010101010001111000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79961; }

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

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

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

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

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

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

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

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