#A69779

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

Shades of Tallow #A69779

Tints of Tallow #A69779

Color information

#A69779 (or 0xA69779) is unknown color: approx Tallow. HEX triplet: A6, 97 and 79. RGB value is (166,151,121). Sum of RGB (Red+Green+Blue) = 166+151+121=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A69779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69779 is #596886. Grayscale: #989898. Windows color (decimal): -5859463 or 7968678. OLE color: 7968678.

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

Color convert

RGB166151121-
CMYK00.090.270.35
HSL40º20.18%56.27%-
HSV(B)40º27.11%65.1%-
XYZ30.2431.6222.6-
YUV152.07110.47137.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 151 (59.38% from 255) = 34.47%
BLUE value IS 121 (47.66% from 255) = 27.63%
R=37.90%
G=34.47%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615112100.090.270.354020.1856.27
HexA69779091B23281438
Octal2462271710113343502470
Binary10100110100101111111001010011101110001110100010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69779; }

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

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

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

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

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

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

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

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