#A0956F

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

Shades of Tallow #A0956F

Tints of Tallow #A0956F

Color information

#A0956F (or 0xA0956F) is unknown color: approx Tallow. HEX triplet: A0, 95 and 6F. RGB value is (160,149,111). Sum of RGB (Red+Green+Blue) = 160+149+111=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 160 - color contains mainly: red. Hex color #A0956F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0956F is #5F6A90. Grayscale: #949494. Windows color (decimal): -6253201 or 7312800. OLE color: 7312800.

HSL color Cylindrical-coordinate representation of color #A0956F: hue angle of 46.53º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0956F is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB160149111-
CMYK00.070.310.37
HSL46.53º20.5%53.14%-
HSV(B)46.53º30.63%62.75%-
XYZ28.1130.1219.37-
YUV147.96107.14136.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.10%
GREEN value IS 149 (58.59% from 255) = 35.48%
BLUE value IS 111 (43.75% from 255) = 26.43%
R=38.10%
G=35.48%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014911100.070.310.3746.5320.553.14
HexA0956F071F252f1535
Octal240225157073745572565
Binary1010000010010101110111101111111110010110111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0956F; }

 p { color: rgb(160,149,111); }

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

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

 a { background-color: rgb(160,149,111); }

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

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

 span { border-color: rgb(160,149,111); }

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