#A19977

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

Shades of Tallow #A19977

Tints of Tallow #A19977

Color information

#A19977 (or 0xA19977) is unknown color: approx Tallow. HEX triplet: A1, 99 and 77. RGB value is (161,153,119). Sum of RGB (Red+Green+Blue) = 161+153+119=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A19977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19977 is #5E6688. Grayscale: #979797. Windows color (decimal): -6186633 or 7838113. OLE color: 7838113.

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

Color convert

RGB161153119-
CMYK00.050.260.37
HSL48.57º18.26%54.9%-
HSV(B)48.57º26.09%63.14%-
XYZ29.4231.6922.02-
YUV151.52109.65134.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 119 (46.88% from 255) = 27.48%
R=37.18%
G=35.33%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115311900.050.260.3748.5718.2654.9
HexA19977051A25311237
Octal241231167053245612267
Binary1010000110011001111011101011101010010111000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19977; }

 p { color: rgb(161,153,119); }

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

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

 a { background-color: rgb(161,153,119); }

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

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

 span { border-color: rgb(161,153,119); }

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