#A0966F

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

Shades of Tallow #A0966F

Tints of Tallow #A0966F

Color information

#A0966F (or 0xA0966F) is unknown color: approx Tallow. HEX triplet: A0, 96 and 6F. RGB value is (160,150,111). Sum of RGB (Red+Green+Blue) = 160+150+111=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 160 - color contains mainly: red. Hex color #A0966F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0966F is #5F6990. Grayscale: #949494. Windows color (decimal): -6252945 or 7313056. OLE color: 7313056.

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

Color convert

RGB160150111-
CMYK00.060.310.37
HSL47.76º20.5%53.14%-
HSV(B)47.76º30.63%62.75%-
XYZ28.2730.4319.42-
YUV148.54106.81136.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 111 (43.75% from 255) = 26.37%
R=38.00%
G=35.63%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015011100.060.310.3747.7620.553.14
HexA0966F061F25301535
Octal240226157063745602565
Binary1010000010010110110111101101111110010111000010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0966F; }

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

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

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

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

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

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

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

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