#A19778

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

Shades of Tallow #A19778

Tints of Tallow #A19778

Color information

#A19778 (or 0xA19778) is unknown color: approx Tallow. HEX triplet: A1, 97 and 78. RGB value is (161,151,120). Sum of RGB (Red+Green+Blue) = 161+151+120=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A19778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19778 is #5E6887. Grayscale: #969696. Windows color (decimal): -6187144 or 7903137. OLE color: 7903137.

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

Color convert

RGB161151120-
CMYK00.060.250.37
HSL45.37º17.9%55.1%-
HSV(B)45.37º25.47%63.14%-
XYZ29.1531.0722.23-
YUV150.46110.81135.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.27%
GREEN value IS 151 (59.38% from 255) = 34.95%
BLUE value IS 120 (47.27% from 255) = 27.78%
R=37.27%
G=34.95%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115112000.060.250.3745.3717.955.1
HexA197780619252d1237
Octal241227170063145552267
Binary1010000110010111111100001101100110010110110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19778; }

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

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

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

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

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

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

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

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