#A69566

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

Shades of Tallow #A69566

Tints of Tallow #A69566

Color information

#A69566 (or 0xA69566) is unknown color: approx Tallow. HEX triplet: A6, 95 and 66. RGB value is (166,149,102). Sum of RGB (Red+Green+Blue) = 166+149+102=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A69566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69566 is #596A99. Grayscale: #949494. Windows color (decimal): -5859994 or 6722982. OLE color: 6722982.

HSL color Cylindrical-coordinate representation of color #A69566: hue angle of 44.06º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A69566 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB166149102-
CMYK00.100.390.35
HSL44.06º26.45%52.55%-
HSV(B)44.06º38.55%65.1%-
XYZ28.8730.5616.95-
YUV148.72101.63140.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 149 (58.59% from 255) = 35.73%
BLUE value IS 102 (40.23% from 255) = 24.46%
R=39.81%
G=35.73%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614910200.100.390.3544.0626.4552.55
HexA695660A27232c1a35
Octal2462251460124743543265
Binary101001101001010111001100101010011110001110110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69566; }

 p { color: rgb(166,149,102); }

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

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

 a { background-color: rgb(166,149,102); }

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

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

 span { border-color: rgb(166,149,102); }

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