#A0977A

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

Shades of Tallow #A0977A

Tints of Tallow #A0977A

Color information

#A0977A (or 0xA0977A) is unknown color: approx Tallow. HEX triplet: A0, 97 and 7A. RGB value is (160,151,122). Sum of RGB (Red+Green+Blue) = 160+151+122=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A0977A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0977A is #5F6885. Grayscale: #969696. Windows color (decimal): -6252678 or 8034208. OLE color: 8034208.

HSL color Cylindrical-coordinate representation of color #A0977A: hue angle of 45.79º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0977A is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB160151122-
CMYK00.060.240.37
HSL45.79º16.67%55.29%-
HSV(B)45.79º23.75%62.75%-
XYZ29.0831.0122.87-
YUV150.38111.98134.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 151 (59.38% from 255) = 34.87%
BLUE value IS 122 (48.05% from 255) = 28.18%
R=36.95%
G=34.87%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015112200.060.240.3745.7916.6755.29
HexA0977A0618252e1137
Octal240227172063045562167
Binary1010000010010111111101001101100010010110111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0977A; }

 p { color: rgb(160,151,122); }

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

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

 a { background-color: rgb(160,151,122); }

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

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

 span { border-color: rgb(160,151,122); }

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