#A69B74

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

Shades of Tallow #A69B74

Tints of Tallow #A69B74

Color information

#A69B74 (or 0xA69B74) is unknown color: approx Tallow. HEX triplet: A6, 9B and 74. RGB value is (166,155,116). Sum of RGB (Red+Green+Blue) = 166+155+116=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69B74 is #59648B. Grayscale: #9A9A9A. Windows color (decimal): -5858444 or 7642022. OLE color: 7642022.

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

Color convert

RGB166155116-
CMYK00.070.300.35
HSL46.8º21.93%55.29%-
HSV(B)46.8º30.12%65.1%-
XYZ30.632.8121.24-
YUV153.84106.64136.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.99%
GREEN value IS 155 (60.94% from 255) = 35.47%
BLUE value IS 116 (45.70% from 255) = 26.54%
R=37.99%
G=35.47%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615511600.070.300.3546.821.9355.29
HexA69B74071E232f1637
Octal246233164073643572667
Binary1010011010011011111010001111111010001110111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69B74; }

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

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

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

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

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

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

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

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