#A6956A

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

Shades of Tallow #A6956A

Tints of Tallow #A6956A

Color information

#A6956A (or 0xA6956A) is unknown color: approx Tallow. HEX triplet: A6, 95 and 6A. RGB value is (166,149,106). Sum of RGB (Red+Green+Blue) = 166+149+106=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A6956A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6956A is #596A95. Grayscale: #959595. Windows color (decimal): -5859990 or 6985126. OLE color: 6985126.

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

Color convert

RGB166149106-
CMYK00.100.360.35
HSL43º25.21%53.33%-
HSV(B)43º36.14%65.1%-
XYZ29.0730.6418.02-
YUV149.18103.63140-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.43%
GREEN value IS 149 (58.59% from 255) = 35.39%
BLUE value IS 106 (41.80% from 255) = 25.18%
R=39.43%
G=35.39%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614910600.100.360.354325.2153.33
HexA6956A0A24232b1935
Octal2462251520124443533165
Binary101001101001010111010100101010010010001110101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6956A; }

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

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

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

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

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

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

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

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