#A79B6B

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

Shades of Tallow #A79B6B

Tints of Tallow #A79B6B

Color information

#A79B6B (or 0xA79B6B) is unknown color: approx Tallow. HEX triplet: A7, 9B and 6B. RGB value is (167,155,107). Sum of RGB (Red+Green+Blue) = 167+155+107=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A79B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79B6B is #586494. Grayscale: #999999. Windows color (decimal): -5792917 or 7052199. OLE color: 7052199.

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

Color convert

RGB167155107-
CMYK00.070.360.35
HSL48º25.42%53.73%-
HSV(B)48º35.93%65.49%-
XYZ30.3132.7218.63-
YUV153.12101.98137.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.93%
GREEN value IS 155 (60.94% from 255) = 36.13%
BLUE value IS 107 (42.19% from 255) = 24.94%
R=38.93%
G=36.13%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715510700.070.360.354825.4253.73
HexA79B6B072423301936
Octal247233153074443603166
Binary10100111100110111101011011110010010001111000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79B6B; }

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

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

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

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

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

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

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

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