#A69C79

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

Shades of Tallow #A69C79

Tints of Tallow #A69C79

Color information

#A69C79 (or 0xA69C79) is unknown color: approx Tallow. HEX triplet: A6, 9C and 79. RGB value is (166,156,121). Sum of RGB (Red+Green+Blue) = 166+156+121=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69C79 is #596386. Grayscale: #9B9B9B. Windows color (decimal): -5858183 or 7969958. OLE color: 7969958.

HSL color Cylindrical-coordinate representation of color #A69C79: hue angle of 46.67º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A69C79 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB166156121-
CMYK00.060.270.35
HSL46.67º20.18%56.27%-
HSV(B)46.67º27.11%65.1%-
XYZ31.0733.2622.87-
YUV155108.81135.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 156 (61.33% from 255) = 35.21%
BLUE value IS 121 (47.66% from 255) = 27.31%
R=37.47%
G=35.21%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615612100.060.270.3546.6720.1856.27
HexA69C79061B232f1438
Octal246234171063343572470
Binary1010011010011100111100101101101110001110111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69C79; }

 p { color: rgb(166,156,121); }

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

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

 a { background-color: rgb(166,156,121); }

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

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

 span { border-color: rgb(166,156,121); }

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