#A6956B

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

Shades of Tallow #A6956B

Tints of Tallow #A6956B

Color information

#A6956B (or 0xA6956B) is unknown color: approx Tallow. HEX triplet: A6, 95 and 6B. RGB value is (166,149,107). Sum of RGB (Red+Green+Blue) = 166+149+107=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A6956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6956B is #596A94. Grayscale: #959595. Windows color (decimal): -5859989 or 7050662. OLE color: 7050662.

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

Color convert

RGB166149107-
CMYK00.100.360.35
HSL42.71º24.89%53.53%-
HSV(B)42.71º35.54%65.1%-
XYZ29.1330.6618.29-
YUV149.29104.13139.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 107 (42.19% from 255) = 25.36%
R=39.34%
G=35.31%
B=25.36%

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
Decimal16614910700.100.360.3542.7124.8953.53
HexA6956B0A24232b1936
Octal2462251530124443533166
Binary101001101001010111010110101010010010001110101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6956B; }

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

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

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

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

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

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

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

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