#A19678

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

Shades of Tallow #A19678

Tints of Tallow #A19678

Color information

#A19678 (or 0xA19678) is unknown color: approx Tallow. HEX triplet: A1, 96 and 78. RGB value is (161,150,120). Sum of RGB (Red+Green+Blue) = 161+150+120=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A19678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19678 is #5E6987. Grayscale: #969696. Windows color (decimal): -6187400 or 7902881. OLE color: 7902881.

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

Color convert

RGB161150120-
CMYK00.070.250.37
HSL43.9º17.9%55.1%-
HSV(B)43.9º25.47%63.14%-
XYZ28.9930.7522.18-
YUV149.87111.14135.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 150 (58.98% from 255) = 34.80%
BLUE value IS 120 (47.27% from 255) = 27.84%
R=37.35%
G=34.80%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115012000.070.250.3743.917.955.1
HexA196780719252c1237
Octal241226170073145542267
Binary1010000110010110111100001111100110010110110010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19678; }

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

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

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

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

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

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

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

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