#A7956E

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

Shades of Tallow #A7956E

Tints of Tallow #A7956E

Color information

#A7956E (or 0xA7956E) is unknown color: approx Tallow. HEX triplet: A7, 95 and 6E. RGB value is (167,149,110). Sum of RGB (Red+Green+Blue) = 167+149+110=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 167 - color contains mainly: red. Hex color #A7956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7956E is #586A91. Grayscale: #969696. Windows color (decimal): -5794450 or 7247271. OLE color: 7247271.

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

Color convert

RGB167149110-
CMYK00.110.340.35
HSL41.05º24.46%54.31%-
HSV(B)41.05º34.13%65.49%-
XYZ29.530.8419.15-
YUV149.94105.46140.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.20%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 110 (43.36% from 255) = 25.82%
R=39.20%
G=34.98%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714911000.110.340.3541.0524.4654.31
HexA7956E0B2223291836
Octal2472251560134243513066
Binary101001111001010111011100101110001010001110100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7956E; }

 p { color: rgb(167,149,110); }

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

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

 a { background-color: rgb(167,149,110); }

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

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

 span { border-color: rgb(167,149,110); }

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