#A79B6A

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

Shades of Tallow #A79B6A

Tints of Tallow #A79B6A

Color information

#A79B6A (or 0xA79B6A) is unknown color: approx Tallow. HEX triplet: A7, 9B and 6A. RGB value is (167,155,106). Sum of RGB (Red+Green+Blue) = 167+155+106=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A79B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79B6A is #586495. Grayscale: #999999. Windows color (decimal): -5792918 or 6986663. OLE color: 6986663.

HSL color Cylindrical-coordinate representation of color #A79B6A: hue angle of 48.2º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A79B6A is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB167155106-
CMYK00.070.370.35
HSL48.2º25.74%53.53%-
HSV(B)48.2º36.53%65.49%-
XYZ30.2632.718.35-
YUV153101.48137.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.02%
GREEN value IS 155 (60.94% from 255) = 36.21%
BLUE value IS 106 (41.80% from 255) = 24.77%
R=39.02%
G=36.21%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715510600.070.370.3548.225.7453.53
HexA79B6A072523301a36
Octal247233152074543603266
Binary10100111100110111101010011110010110001111000011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79B6A; }

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

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

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

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

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

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

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

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