#A19774

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

Shades of Tallow #A19774

Tints of Tallow #A19774

Color information

#A19774 (or 0xA19774) is unknown color: approx Tallow. HEX triplet: A1, 97 and 74. RGB value is (161,151,116). Sum of RGB (Red+Green+Blue) = 161+151+116=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A19774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19774 is #5E688B. Grayscale: #969696. Windows color (decimal): -6187148 or 7640993. OLE color: 7640993.

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

Color convert

RGB161151116-
CMYK00.060.280.37
HSL46.67º19.31%54.31%-
HSV(B)46.67º27.95%63.14%-
XYZ28.9230.9720.98-
YUV150108.81135.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 151 (59.38% from 255) = 35.28%
BLUE value IS 116 (45.70% from 255) = 27.10%
R=37.62%
G=35.28%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115111600.060.280.3746.6719.3154.31
HexA19774061C252f1336
Octal241227164063445572366
Binary1010000110010111111010001101110010010110111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19774; }

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

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

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

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

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

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

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

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