#A69E74

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

Shades of Tallow #A69E74

Tints of Tallow #A69E74

Color information

#A69E74 (or 0xA69E74) is unknown color: approx Tallow. HEX triplet: A6, 9E and 74. RGB value is (166,158,116). Sum of RGB (Red+Green+Blue) = 166+158+116=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69E74 is #59618B. Grayscale: #9B9B9B. Windows color (decimal): -5857676 or 7642790. OLE color: 7642790.

HSL color Cylindrical-coordinate representation of color #A69E74: hue angle of 50.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A69E74 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB166158116-
CMYK00.050.300.35
HSL50.4º21.93%55.29%-
HSV(B)50.4º30.12%65.1%-
XYZ31.1133.8221.41-
YUV155.6105.65135.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 158 (62.11% from 255) = 35.91%
BLUE value IS 116 (45.70% from 255) = 26.36%
R=37.73%
G=35.91%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615811600.050.300.3550.421.9355.29
HexA69E74051E23321637
Octal246236164053643622667
Binary1010011010011110111010001011111010001111001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69E74; }

 p { color: rgb(166,158,116); }

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

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

 a { background-color: rgb(166,158,116); }

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

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

 span { border-color: rgb(166,158,116); }

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