#A1957C

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

Shades of Tallow #A1957C

Tints of Tallow #A1957C

Color information

#A1957C (or 0xA1957C) is unknown color: approx Tallow. HEX triplet: A1, 95 and 7C. RGB value is (161,149,124). Sum of RGB (Red+Green+Blue) = 161+149+124=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 161 - color contains mainly: red. Hex color #A1957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1957C is #5E6A83. Grayscale: #959595. Windows color (decimal): -6187652 or 8164769. OLE color: 8164769.

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

Color convert

RGB161149124-
CMYK00.070.230.37
HSL40.54º16.44%55.88%-
HSV(B)40.54º22.98%63.14%-
XYZ29.0830.5323.43-
YUV149.74113.48136.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 149 (58.59% from 255) = 34.33%
BLUE value IS 124 (48.83% from 255) = 28.57%
R=37.10%
G=34.33%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114912400.070.230.3740.5416.4455.88
HexA1957C071725291038
Octal241225174072745512070
Binary1010000110010101111110001111011110010110100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1957C; }

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

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

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

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

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

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

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

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