#A1957A

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

Shades of Tallow #A1957A

Tints of Tallow #A1957A

Color information

#A1957A (or 0xA1957A) is unknown color: approx Tallow. HEX triplet: A1, 95 and 7A. RGB value is (161,149,122). Sum of RGB (Red+Green+Blue) = 161+149+122=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A1957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1957A is #5E6A85. Grayscale: #959595. Windows color (decimal): -6187654 or 8033697. OLE color: 8033697.

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

Color convert

RGB161149122-
CMYK00.070.240.37
HSL41.54º17.18%55.49%-
HSV(B)41.54º24.22%63.14%-
XYZ28.9630.4822.77-
YUV149.51112.48136.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.27%
GREEN value IS 149 (58.59% from 255) = 34.49%
BLUE value IS 122 (48.05% from 255) = 28.24%
R=37.27%
G=34.49%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114912200.070.240.3741.5417.1855.49
HexA1957A0718252a1137
Octal241225172073045522167
Binary1010000110010101111101001111100010010110101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1957A; }

 p { color: rgb(161,149,122); }

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

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

 a { background-color: rgb(161,149,122); }

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

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

 span { border-color: rgb(161,149,122); }

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