#A1977B

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

Shades of Tallow #A1977B

Tints of Tallow #A1977B

Color information

#A1977B (or 0xA1977B) is unknown color: approx Tallow. HEX triplet: A1, 97 and 7B. RGB value is (161,151,123). Sum of RGB (Red+Green+Blue) = 161+151+123=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A1977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1977B is #5E6884. Grayscale: #969696. Windows color (decimal): -6187141 or 8099745. OLE color: 8099745.

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

Color convert

RGB161151123-
CMYK00.060.240.37
HSL44.21º16.81%55.69%-
HSV(B)44.21º23.6%63.14%-
XYZ29.3431.1423.2-
YUV150.8112.31135.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.01%
GREEN value IS 151 (59.38% from 255) = 34.71%
BLUE value IS 123 (48.44% from 255) = 28.28%
R=37.01%
G=34.71%
B=28.28%

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
Decimal16115112300.060.240.3744.2116.8155.69
HexA1977B0618252c1138
Octal241227173063045542170
Binary1010000110010111111101101101100010010110110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1977B; }

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

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

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

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

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

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

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

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