#A0936F

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

Shades of Tallow #A0936F

Tints of Tallow #A0936F

Color information

#A0936F (or 0xA0936F) is unknown color: approx Tallow. HEX triplet: A0, 93 and 6F. RGB value is (160,147,111). Sum of RGB (Red+Green+Blue) = 160+147+111=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A0936F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0936F is #5F6C90. Grayscale: #929292. Windows color (decimal): -6253713 or 7312288. OLE color: 7312288.

HSL color Cylindrical-coordinate representation of color #A0936F: hue angle of 44.08º 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 #A0936F is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB160147111-
CMYK00.080.310.37
HSL44.08º20.5%53.14%-
HSV(B)44.08º30.63%62.75%-
XYZ27.829.4919.27-
YUV146.78107.81137.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.28%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=38.28%
G=35.17%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014711100.080.310.3744.0820.553.14
HexA0936F081F252c1535
Octal2402231570103745542565
Binary10100000100100111101111010001111110010110110010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0936F; }

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

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

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

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

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

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

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

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