#A0977B

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

Shades of Tallow #A0977B

Tints of Tallow #A0977B

Color information

#A0977B (or 0xA0977B) is unknown color: approx Tallow. HEX triplet: A0, 97 and 7B. RGB value is (160,151,123). Sum of RGB (Red+Green+Blue) = 160+151+123=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A0977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0977B is #5F6884. Grayscale: #969696. Windows color (decimal): -6252677 or 8099744. OLE color: 8099744.

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

Color convert

RGB160151123-
CMYK00.060.230.37
HSL45.41º16.3%55.49%-
HSV(B)45.41º23.13%62.75%-
XYZ29.1431.0423.19-
YUV150.5112.48134.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.87%
GREEN value IS 151 (59.38% from 255) = 34.79%
BLUE value IS 123 (48.44% from 255) = 28.34%
R=36.87%
G=34.79%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015112300.060.230.3745.4116.355.49
HexA0977B0617252d1037
Octal240227173062745552067
Binary1010000010010111111101101101011110010110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0977B; }

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

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

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

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

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

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

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

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